get_bulk_job_queue_position
Check the current queue position of a bulk job to estimate processing time or monitor progress.
Instructions
Get queue position for a bulk job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the resource |
Check the current queue position of a bulk job to estimate processing time or monitor progress.
Get queue position for a bulk job
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the resource |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations, so the description carries the full burden. It simply says 'Get queue position', implying a read-only operation, but does not disclose any behavioral details such as whether the job must be in a specific state, how the position is represented, or that it does not mutate the job. The minimal wording leaves room for ambiguity about side effects or prerequisites.
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 a single, concise sentence that is front-loaded with the action. Every word is necessary, and there is no extraneous information.
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?
The description is extremely brief for a tool with no output schema and no annotations. It does not explain what 'queue position' means, the expected return format, or whether the job must be in a certain state. An agent would have to guess at the semantics. Given the simplicity of the tool, some clarification about the return value and usage context would make it complete.
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 the single 'id' parameter, describing it as 'ID of the resource'. The description adds the context that this is a bulk job, which slightly clarifies that the id refers to a bulk job ID, but it does not explain the format, constraints, or how to obtain the id beyond what the schema states. Baseline 3 is appropriate.
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 'Get queue position for a bulk job' clearly states the specific verb ('Get') and resource ('queue position for a bulk job'). It is distinct from sibling tools like get_bulk_job (which retrieves job details) and list_bulk_jobs (which lists jobs).
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 does not provide guidance on when to use this tool versus alternatives. It does not mention that it is appropriate for checking the progress of a submitted bulk job, nor does it differentiate from get_bulk_job or cancel_bulk_job. No exclusions or context are given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mediagraph-io/mediagraph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server