Skip to main content
Glama

delete_project_category

Delete an issue category and optionally reassign its issues to another category to keep them organized.

Instructions

Delete an issue category.

Issues that used the category are left without one, unless you give another category to receive them.

Args: category_id: ID of the category to delete. reassign_to_id: ID of the category that receives the orphaned issues (0 = leave them without a category).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
category_idYes
reassign_to_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses a key behavioral side effect: issues using the category are left without one unless reassigned to another category. This goes beyond the schema and annotations (none provided), adding important context about the consequences of deletion. It does not mention permissions or reversibility, but the main behavioral trait is covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-organized: opening with the purpose, then the behavioral note, and a clearly formatted args section. Every sentence provides value, and there is no redundancy or clutter.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a deletion tool with two parameters and an output schema, the description covers the essential contextual details: what happens to issues using the category and the meaning of both parameters. Minor gaps such as authorization requirements exist, but the tool's simplicity and the presence of an output schema make the description sufficiently complete for an AI agent to select and use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite having 0% schema description coverage, the description fully explains both parameters: category_id identifies the category to delete, and reassign_to_id specifies a replacement category to receive orphaned issues, with 0 meaning none. This adds meaningful semantics beyond the bare schema names and types.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's action with a specific verb and resource: 'Delete an issue category.' This unambiguously distinguishes it from sibling tools like list_project_categories, create_project_category, and update_project_category, and the behavior is described.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool: when an issue category needs to be deleted, with optional reassignment of orphaned issues. It doesn't explicitly compare to alternatives, but the purpose is self-evident and the side effects are explained. However, it does not explicitly state when NOT to use it or mention alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alsimoes/mcp-redmine'

If you have feedback or need assistance with the MCP directory API, please join our Discord server