Skip to main content
Glama

Apdf — PDF Tracking & Analytics

Check Job Status

check-job-status
Read-only

Check the status (and result, if any) of an asynchronous api job by its id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe id of the api job to inspect.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

With readOnlyHint=true in annotations, the bar is lower. The description adds value by stating 'and result, if any', indicating that the tool may return both status and optional result. This goes beyond the annotation and clarifies what to expect from the response.

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 sentence with no wasted words. It front-loads the key action and resource, making it immediately clear what the tool does.

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

Completeness3/5

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

While the description is adequate for a simple 1-parameter tool, it lacks details about return values (e.g., possible status codes, result format) since there is no output schema. The phrase 'status (and result, if any)' hints at the response but does not fully specify what the agent should expect.

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?

Schema description coverage is 100%, so the schema already documents the 'id' parameter well. The description does not add any additional meaning or context beyond what the schema provides, meeting the baseline of 3.

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 clearly states the verb 'Check' and the resource 'status (and result, if any) of an asynchronous api job by its id'. It explicitly mentions the key distinguishing factor (asynchronous job status) which sets it apart from all sibling tools that deal with documents and PDFs.

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 does not provide explicit when-to-use or when-not-to-use guidance, nor does it mention alternative tools. It implies usage by requiring a job id, but lacks contextual cues about prerequisites or scenarios where this tool is appropriate versus others.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources