deadline_tracker
Track all active MAJOR incident reporting deadlines. Shows overdue and upcoming.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Track all active MAJOR incident reporting deadlines. Shows overdue and upcoming.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden. It discloses the scope ('active MAJOR incident reporting deadlines') and the output content ('overdue and upcoming'), which gives some behavioral context. However, it does not mention read-only nature, permissions, or any side effects, leaving gaps for a tool with no annotation coverage.
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?
Two concise sentences with no redundant information. The description is front-loaded with the main purpose and immediately clarifies the output, making it highly efficient.
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 zero-parameter, relatively simple dashboard tool, the description covers the core functionality (tracking deadlines, showing overdue/upcoming). While it could add details like timezone or grouping, the simplicity and lack of parameters make the description adequately 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 tool has zero parameters and an empty schema, so there is nothing to explain. The description appropriately focuses on the tool's purpose. Consistent with the baseline for 0-parameter tools.
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 tool's function with a specific verb ('Track') and resource ('MAJOR incident reporting deadlines'), and further specifies the output ('Shows overdue and upcoming'). This distinguishes it from sibling tools like initial_notification or final_report, which are for creating reports, not tracking deadlines.
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 for checking the status of incident reporting deadlines, but it does not explicitly state when to use this tool versus alternatives or mention any exclusions. It gives no direct comparison to sibling tools, so the guidance is only implicit.
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.