delete_decision
Remove a decision record from the system by its ID. Clears outdated decisions to keep project data accurate.
Instructions
Delete a decision record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision_id | Yes | decision_id parameter |
Remove a decision record from the system by its ID. Clears outdated decisions to keep project data accurate.
Delete a decision record.
| Name | Required | Description | Default |
|---|---|---|---|
| decision_id | Yes | decision_id parameter |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility. It merely says 'delete' without disclosing whether the action is permanent, whether it cascades, or any permission requirements. This is insufficient for a mutation tool.
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 with no fluff, making it concise and easy to parse. However, it is so minimal that it borders on under-specification, though it still communicates the core action.
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 simplicity of the tool (one parameter) and the lack of annotations and output schema, the description is too sparse. It does not mention return value, error conditions, or side effects, leaving the agent with an incomplete picture of the tool's behavior.
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% for the single parameter decision_id, so the baseline is 3. The description adds no extra meaning beyond the schema; the parameter description itself is a placeholder ('decision_id parameter'), but the description still does not clarify semantics.
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 action (delete) and the resource (decision record), which is specific enough to distinguish from siblings like delete_item. However, it relies on the tool name itself and does not explicitly contrast with alternatives.
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?
There is no guidance on when to use this tool versus alternatives such as add_decision or delete_item. The description lacks any context or exclusions, leaving the agent without criteria for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/multidimensionalcats/kanban-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server