Skip to main content
Glama

get_job_status

Poll asynchronous CV processing jobs for formatting, tailoring, anonymization, or bulk batches. Get completion percentages and secure download links when finished.

Instructions

Poll asynchronous MCP jobs triggered by formatting, tailoring, anonymization, or bulk batches—surfacing percentage completion plus secure download URLs when processing wraps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
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 what the tool returns (percentage and URLs) and that it only finishes 'when processing wraps', but it does not mention error handling, authentication, rate limits, or explicitly confirm that polling is non-destructive. It offers some useful context but lacks deeper behavioral details.

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 a single, tightly worded sentence that front-loads the main verb and resource. It packs in the triggering context, the return values, and the completion condition without any fluff. Every phrase earns its place.

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?

Given the simplicity of the tool (one parameter, no output schema), the description covers the essential context: what the tool polls, what it returns, and when it finishes. It lacks explicit notes on error cases or retry behavior, but for a straightforward status-polling tool, this level of detail is sufficient.

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?

The schema provides only the parameter name 'job_id' with type string and minLength. The description does not explicitly explain this parameter, but by stating that it polls jobs from specific operations, it gives meaningful context about what job_id refers to. Since there is only one parameter and its name is self-explanatory, the description adds some value beyond the schema, but it does not fully compensate for the 0% schema description coverage.

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 uses a specific verb ('Poll') and clearly identifies the resource ('asynchronous MCP jobs') along with the context (triggered by formatting, tailoring, anonymization, or bulk batches). It also states what the tool returns (completion percentage and download URLs), which distinguishes it from sibling tools that trigger 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 when to use the tool—after triggering jobs from operations like formatting or bulk batches—but it does not explicitly state 'use when you have a job_id from a prior call' or name alternatives. The usage context is clear but not directly stated, so it falls under 'implied usage'.

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/Rocketech-Software-Development/formacv-mcp'

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