Check an async job
get_jobPoll status and fetch results of an async scrape job. Costs 0 credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job id returned by an async tool call, e.g. job_… |
get_jobPoll status and fetch results of an async scrape job. Costs 0 credits.
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job id returned by an async tool call, e.g. job_… |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety. The description adds 'Costs 0 credits', which is useful operational context. It also explains the polling nature, but does not go into error handling or edge cases.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the core purpose, and every word adds value. There is no filler or repetition of schema details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a simple one-parameter tool with strong annotations and no output schema. The description covers the purpose and adds cost information, which is sufficient for the tool's complexity. It does not describe return values, but that is not strictly required for such a simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides 100% coverage for jobId with a clear description, so the baseline is 3. The description does not add any additional semantic meaning to the parameter beyond what the schema already states.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses specific verbs 'Poll status and fetch results' and identifies the resource as 'an async scrape job'. This clearly distinguishes it from sibling tools like get_price or search_stays, which are all about stay data rather than job status.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage after an async job is initiated, and the title 'Check an async job' reinforces this. It does not explicitly state when not to use it or mention alternatives, but the unique purpose among siblings makes the context clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.