action_tracker
Track remediation actions with deadlines and ownership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add | No | Set true to add a new action | |
| owner | No | ||
| title | No | ||
| due_date | No | ||
| priority | No | ||
| finding_id | No |
Track remediation actions with deadlines and ownership.
| Name | Required | Description | Default |
|---|---|---|---|
| add | No | Set true to add a new action | |
| owner | No | ||
| title | No | ||
| due_date | No | ||
| priority | No | ||
| finding_id | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description bears full responsibility for disclosure. It fails to indicate that the tool likely creates a new action (via the 'add' parameter), any side effects, permission requirements, or response behavior. The passive verb 'track' masks the mutation, making the tool's behavioral profile unclear.
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 with no filler words. It is appropriately sized for a high-level overview, though its brevity limits the amount of useful information conveyed.
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 has 6 parameters, no output schema, no annotations, and many siblings. The description only gives a vague purpose and two attribute hints, leaving out critical details like how the tool is invoked, what the response looks like, and how it relates to other tools. This is inadequate for a tool of this complexity.
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 only 17% (only 'add' is described). The description mentions 'deadlines and ownership', which gives some meaning to due_date and owner, but title, priority, and finding_id remain unexplained. It does not sufficiently compensate for the low schema coverage.
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 states the tool tracks remediation actions, which is a clear verb+resource, but 'track' is ambiguous—it doesn't specify whether the tool adds, lists, or updates actions. The schema's 'add' parameter implies a create operation, yet the description doesn't align with that, making the exact purpose unclear.
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 gives no guidance on when to use this tool versus siblings like 'register_finding' or 'list_findings'. There is no mention of workflows, prerequisites, or alternative tools, leaving the agent without context for selection.
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.