Skip to main content
Glama
eric623

Claude MCP Job Assistant

by eric623

save_job

Save a job from your temporary list to your saved folder. Automatically extracts salary from job data if not provided.

Instructions

Save a specific job from temporary list into candidate's saved folder.

If salary not provided, extract it from the fetched job data.

Args: job_id: The ID of the job to save. salary (optional): The salary of the job to save.

Returns: A string indicating the job was saved successfully.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
salaryNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the salary extraction side-effect ('If salary not provided, extract it from the fetched job data') which is helpful behavioral context, and the return type. However, it doesn't disclose side effects like whether the job is removed from the temp list, idempotency, or error behaviors.

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 compact with clear sections (Args, Returns). It adds a second sentence about salary extraction that is valuable. Minor redundancy: the Returns line restates the obvious outcome of a save action. Overall well-organized and front-loaded.

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?

There is an output schema that presumably documents the return value, reducing burden there. The tool has only 2 params, making it relatively simple. The description covers the core behavior and the notable optional salary-extraction side effect. It doesn't address failure cases or edge conditions, but for a simple save operation with an output schema, this is reasonably complete.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It does reasonably: job_id is explained as 'The ID of the job to save' and salary as 'The salary of the job to save', plus the extraction fallback behavior. A stronger definition of what 'extract' means exactly and expected salary format would push this higher, but the semantics are adequately clarified given zero schema documentation.

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

Purpose4/5

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

The description clearly states the verb (save), the resource (job), and the action context (from temporary list into candidate's saved folder). It distinguishes the purpose reasonably from its sibling search_jobs, though it doesn't explicitly name the sibling as an alternative. The 'Args' and 'Returns' sections add useful structure.

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 usage context (saving from a temporary list into a saved folder) but does not explicitly state when to use this vs search_jobs. It mentions an optional behavior (extract salary if not provided) but gives no exclusions, prerequisites, or explicit alternative guidance.

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/eric623/Claude-MCP-Job-Assistant'

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