Skip to main content
Glama
rani700

CareerPilot

by rani700

score_job_fit

Evaluate a saved job's compatibility with your resume, receiving a score from 0 to 10 with detailed reasoning.

Instructions

Score how well a saved job matches the user's profile/resume (0-10 with reasoning).

Demonstrates MCP sampling: this server sends a prompt to the CLIENT's LLM and uses the completion — the server needs no API key of its own.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden, and it discloses a key behavioral trait: the tool uses MCP sampling (sends prompt to client's LLM) and the server needs no API key. This adds value but does not mention other traits like idempotency or error behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences, front-loading the purpose. The second sentence on MCP sampling is useful but could be integrated more smoothly. No wasted words overall.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given one parameter, no annotations, and an output schema (not shown), the description covers the basic purpose and a notable behavioral aspect, but lacks details on prerequisites, return format beyond '0-10 with reasoning', or error conditions.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter (job_id) has no description in the schema, and the tool description does not explain what this ID represents or how to obtain it. Since schema coverage is 0%, the description fails to add necessary meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Score' and the resource 'how well a saved job matches the user's profile/resume', with a specified range (0-10) and reasoning. This distinguishes it from sibling tools like search_jobs or save_job.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for evaluating job fit, but lacks explicit guidance on when to use it versus alternatives, prerequisites (e.g., job must be saved), or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rani700/careerpilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server