taiga_roles_delete
Delete a role by its ID. Use this to remove a role from Taiga project management.
Instructions
Delete a role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Role ID |
Delete a role by its ID. Use this to remove a role from Taiga project management.
Delete a role.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Role ID |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden for behavioral disclosure. It only states the action, omitting critical details such as whether deletion is permanent, what happens to users assigned to the role, or required permissions. No safety or side-effect information is provided.
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 extremely concise, using only two words, with no wasted content. It is front-loaded and easily parseable, though it could be slightly more descriptive without losing conciseness.
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 a destructive operation with no annotations and no output schema. The description fails to mention permanence, permissions, or related context (e.g., what happens to memberships using the role). Given the simplicity of the tool, it is still under-specified.
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 already fully documents the single parameter 'id' with description 'Role ID' (100% coverage). The description adds no additional meaning beyond what the schema provides, so the baseline score of 3 is appropriate.
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 'Delete a role.' uses a specific verb and resource, clearly distinguishing it from sibling tools like taiga_roles_list, taiga_roles_create, and taiga_roles_get. It unambiguously states the action and target.
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 is provided about when to use this tool versus alternatives, nor any exclusions or prerequisites. It simply says 'Delete a role.' without context on role usage, permissions, or consequences.
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