card-delete
Delete a card from a Kanban board by providing its public ID.
Instructions
Deletes a card by its public ID (Tags: Cards)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardPublicId | Yes |
Delete a card from a Kanban board by providing its public ID.
Deletes a card by its public ID (Tags: Cards)
| Name | Required | Description | Default |
|---|---|---|---|
| cardPublicId | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description only says 'Deletes' without detailing whether the deletion is permanent, reversible, or has side effects (e.g., cascading removal of attachments or comments). This leaves the agent unaware of 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 very short and to the point, with no redundant information. However, the space could be used more effectively to add value beyond the bare action statement.
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, no output schema), the description should cover behavioral aspects like permanence and any conditions for successful deletion. It does not, making it incomplete for safe agent usage.
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 input schema has a single parameter 'cardPublicId' with no description and 0% schema description coverage. The tool description does not explain the parameter further, leaving the agent without any guidance on the format or source of the public ID.
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 ('Deletes') and the resource ('a card') and specifies the identifier ('by its public ID'). This distinguishes it from sibling tools like card-update, card-create, etc.
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?
No guidance on when to use this tool versus alternatives (e.g., card-archive or soft delete if available). No mention of prerequisites or context for deletion.
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/AixLabTech/kanbn-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server