Skip to main content
Glama
eric623

Claude MCP Job Assistant

by eric623

search_jobs

Retrieve job listings by role and location. Returns a concise summary of key job details to help you evaluate openings.

Instructions

Fetch jobs using JSearch API and store them temporarily. Return key info.

Args: role: The role to search for. location: The location to search for. max_results: The maximum number of jobs to return.

Returns: A list of dictionaries containing the job information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roleYes
locationYes
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It reveals that jobs are 'stored temporarily,' which adds transparency about side effects, but it doesn't disclose data freshness, pagination behavior, API rate limits, or whether this is a read-only vs write operation. For a tool that fetches external data and stores it, more behavioral context would be expected.

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 and readable, with a brief summary line followed by a structured Args/Returns section. It's efficient without wasted words. The format mirrors a Python docstring which is familiar to many agents, aiding comprehension.

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

Completeness2/5

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

With zero annotations, no sibling differentiation, and a 0% schema coverage, this description leaves significant gaps. It doesn't mention how results are ordered, what constitutes 'key info' in the returned dictionaries, whether location requires a specific format or country, or how temporary storage interacts with the save_job sibling. An output schema exists, which helps explain return values, but the description still lacks operational context for a tool with 3 parameters and external API side effects.

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?

Schema description coverage is 0%, so the description must compensate for parameter documentation. It lists role, location, and max_results with terse one-line descriptions that essentially restate the schema field names ('The role to search for', 'The location to search for', 'The maximum number of jobs to return'). 'Role' and 'location' are ambiguous - role of what (job title? seniority?), and no format or examples are provided for any parameter.

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 states the tool 'Fetch(es) jobs using JSearch API and store(s) them temporarily. Return(s) key info.' This provides a specific verb (fetch) and a resource (jobs via JSearch API), distinguishing it from the sibling 'save_job' tool which implies persistence. However, it doesn't explicitly contrast against save_job in the description, though the 'store them temporarily' phrasing hints at the difference.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus save_job or other alternatives. The description implies 'fetching jobs' is the use case, but lacks any when/when-not statements or mention of the sibling save_job tool. The distinction between temporary storage here and the save_job sibling is only implicit.

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