Skip to main content
Glama
skivuha

federal-compass-mcp

by skivuha

check_qualification

Evaluate your fit for a federal job by comparing your saved CV against the job's requirements in a side-by-side view.

Instructions

Compare your saved CV against a specific job posting. Returns your CV and the job requirements side by side for analysis. Requires a saved CV.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYesJob ID (MatchedObjectId from search results)
Behavior3/5

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

With no annotations, the description carries the full burden. It states the tool returns CV and job requirements 'side by side for analysis,' but lacks details on failure cases (e.g., no saved CV, invalid job ID) or output format. It does not contradict annotations as none exist.

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

Conciseness5/5

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

Three concise sentences covering action, return, and prerequisite with no fluff. Every sentence adds value and is front-loaded with the core purpose.

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

Completeness4/5

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

For a simple tool with one parameter and no output schema, the description covers essential aspects: purpose, return, and prerequisite. However, it could be more explicit about the return structure to aid the agent in processing the output.

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

Parameters3/5

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

Schema description coverage is 100% (the schema already defines 'job_id' as 'Job ID (MatchedObjectId from search results)'). The description adds no additional parameter context beyond the schema, so baseline 3 is appropriate.

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 action ('compare your saved CV against a specific job posting') and the resource (CV and job requirements). It distinguishes from siblings like compare_jobs (which compares two jobs) and get_cv (which only retrieves the CV).

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

Usage Guidelines4/5

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

The description specifies a prerequisite ('Requires a saved CV'), which helps the agent understand when to use this tool. However, it does not explicitly state when not to use it or mention alternatives like compare_jobs.

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/skivuha/federal-compass-mcp'

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