taiga_issue_statuses_delete
Delete an issue status by ID to remove it from Taiga.
Instructions
Delete a issue statuses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID |
Delete an issue status by ID to remove it from Taiga.
Delete a issue statuses.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description is the sole source of behavioral information. It only states the action without disclosing consequences, constraints (e.g., whether statuses in use can be deleted), or permissions. This is insufficient for a mutating operation.
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 short sentence with no wasteful words, earning high marks for conciseness. However, the grammatical error ('a issue statuses') slightly reduces clarity.
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 simple single-ID delete tool, the description is minimal but could still benefit from stating that it deletes a specific issue status by ID and any side effects. The lack of annotations and output schema increases the need for descriptive context, which is missing.
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 schema already documents the single `id` parameter as required with type number and description 'ID.' The description adds no extra meaning beyond the schema, so baseline 3 applies due to 100% 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 uses the verb 'Delete' and identifies the resource 'issue statuses,' clearly indicating the tool deletes issue status objects. It specifies the scope ('issue') which distinguishes it from sibling status delete tools for user stories and tasks, though the grammar is awkward.
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 usage context or alternatives are mentioned. The description does not explain when to use this tool versus other status-related deletes, nor does it mention any prerequisites or effects. This leaves the agent without guidance on 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/illodev/taiga-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server