incident_stats
Dashboard: total/open/major incidents, overdue deadlines, by severity/status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Dashboard: total/open/major incidents, overdue deadlines, by severity/status.
| 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?
No annotations are provided, so the description carries the full burden. It describes the scope of metrics but does not explicitly state that this is a read-only operation, nor does it mention permissions, rate limits, or side effects. The word 'Dashboard' implies read-only, but it is not explicit.
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 line that front-loads the key information. Every word contributes to conveying the tool's purpose, with no filler or repetition.
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 tool is simple with no parameters and no output schema. The description enumerates the main metrics included in the dashboard, providing a reasonable overview. However, it does not describe the response structure or explicitly confirm it is a read-only endpoint, leaving some gaps for the agent.
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 the empty input schema fully describes the interface. There is nothing to compensate for, so the baseline of 4 applies.
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 indicates a dashboard of incident statistics, listing specific metrics (total/open/major incidents, overdue deadlines) and grouping by severity/status. It distinguishes from sibling tools that perform actions like classify, notify, or log, though it lacks an explicit verb such as 'retrieves' or 'displays'.
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. It does not mention exclusions, prerequisites, or related tools, leaving usage entirely implied by the term 'Dashboard'.
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.