Skip to main content

Built-in prompt

The server registers one prompt template: candidate_profile_summary. It accepts one argument:
Args
  • focus accepts general, experience, projects, or resume.
  • The default is general.
  • The prompt asks the client to summarize Jonah Anderson’s profile by using the available candidate tools.

Prompt output

The prompt returns one user message. The message text changes slightly based on focus.
Prompt support varies by client. If your client does not surface MCP prompts directly, you can still ask the same task in plain language and let the client choose the tools.

Example interactions

Start with a broad task instead of naming endpoints.
Prompt
A client will usually reach for a small set of read tools.
Typical tool flow
Ask for filtering when you want the response to stay tight.
Prompt
Typical tool flow
Use the server when you need structured resume data and a shareable PDF link.
Prompt
Typical tool flow
If your client exposes MCP prompts, start with the registered summary template.
Prompt args
That prompt asks the client to summarize Jonah Anderson’s projects by using the available candidate tools.

What to expect from clients

  • Some clients inspect resources first. Others go straight to tools.
  • Clients may paraphrase results instead of showing raw JSON unless you ask for the original data.
  • Optional mutation tools may be absent when the deployment disables them.
  • candidate-profile://profile/resume/pdf returns JSON that contains a PDF URL. It does not stream the PDF file itself.

Review all tools

See every read tool, optional mutation tool, and related REST endpoint in one place.