inkflow_job_status
Live status of an order: chapters written, QA phase, delivery links when complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | ||
| orderId | Yes |
Live status of an order: chapters written, QA phase, delivery links when complete.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | ||
| orderId | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries the behavioral burden. It does disclose useful behavior: it returns live status fields and only includes delivery links when complete. However, it does not clarify whether the operation is read-only, what happens for invalid or incomplete order IDs, or any auth/rate-limit considerations beyond the apiKey parameter.
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 sentence that front-loads the core purpose and packs concrete status details into a compact, readable list. There is no filler or redundant 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?
For a simple two-parameter status lookup with no output schema or annotations, the description conveys the main result categories and the completion condition for delivery links. Still, it omits any explicit explanation of how apiKey and orderId should be supplied and does not describe the response structure, which would be more important without an output schema.
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?
Schema description coverage is 0%, so the description must compensate for the undocumented apiKey and orderId parameters. It only implies that 'an order' is referenced, and it never explains the apiKey's origin/format or the orderId format. The additional status-field detail does not clarify the parameter meanings.
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 clearly identifies the resource (an order) and the function (live status check), and adds useful specifics: chapters written, QA phase, and delivery links when complete. It distinguishes itself from siblings like inkflow_order by focusing on status rather than creation, though it does not use an explicit verb such as 'get' or 'retrieve'.
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 that this tool should be used when an agent needs current order progress, but it does not explicitly state when not to use it or mention alternative siblings. There is no direct comparison to inkflow_order, inkflow_quote, or other related tools.
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.