Skip to main content
Glama
RaphaelCerri

mcp-job-radar

by RaphaelCerri

export_shortlist

Read-onlyIdempotent

Render a shortlist of job matches as markdown or JSON for client review. Read-only: never writes files or applies to jobs.

Instructions

Render a shortlist for the client. This tool never writes files or applies to jobs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNomarkdown
job_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatYes
contentYes
persistedNo
item_countYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is known. The description adds specific behavioral context by stating it never writes files or applies to jobs, which clarifies exactly what side effects are absent. This goes beyond a generic read-only hint, giving the agent confidence about the tool's non-persistent nature.

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?

The description is exactly two sentences: the first states the purpose, the second clarifies boundaries. Every word earns its place, and the key action is front-loaded. No unnecessary detail or repetition of schema or annotations.

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?

The tool is simple, annotations cover safety, and an output schema exists. The description provides the essential behavioral boundary (no file writes, no job application). The main gap is lack of explicit guidance on when to use this tool relative to siblings, but for a simple export tool with self-explanatory parameters, the information is reasonably complete.

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 missing parameter explanations. It does not mention format or job_ids at all. The schema shows format as an enum and job_ids as an array, but their purpose is only implicitly tied to 'render a shortlist.' This is insufficient compensation for zero schema descriptions, though the parameters are simple enough that some inference is possible.

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 a clear action ('Render a shortlist for the client') with a resource ('shortlist'). It also differentiates from side-effectful tools by noting it never writes files or applies to jobs, which helps distinguish it from potential sibling operations. However, 'render' is slightly ambiguous (display vs generate), and it doesn't explicitly contrast with sibling tools like search_jobs or rank_jobs.

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 when a shortlist needs to be presented to the client, and the phrase 'never writes files or applies to jobs' provides some exclusionary guidance. However, it doesn't explicitly state when to use this tool over alternatives or mention sequencing (e.g., after rank_jobs). The context is present but not fully articulated.

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/RaphaelCerri/mcp-job-radar'

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