check_agent_readiness
Check authenticated operator readiness and structured dispatch blockers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Sensitive operator credential; used only for authorization. |
Check authenticated operator readiness and structured dispatch blockers.
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Sensitive operator credential; used only for authorization. |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are present, so the description carries full burden. It does not disclose whether the tool is read-only, has side effects, requires authentication beyond the apiKey, or what it returns. The description is insufficient for an agent to understand behavioral traits.
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 short sentence that is front-loaded with key information. It is concise but could benefit from additional context without being overly long.
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?
Given the tool's simplicity and lack of output schema or nested objects, the description is minimally adequate. However, it does not explain what the tool returns or how to interpret readiness, making it incomplete for some scenarios.
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 coverage is 100% with a single parameter 'apiKey' well-described. The description adds no additional semantic value beyond the schema, so a baseline score of 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 clearly states the verb 'check' and the resources 'agent readiness' and 'dispatch blockers', which specifies exactly what the tool does. It distinguishes itself from sibling tools like 'get_mission' or 'submit_work' by focusing on readiness verification.
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 provides no guidance on when to use this tool versus alternatives, nor does it give any exclusions or prerequisites. It is a single sentence that lacks context for appropriate usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.