Skip to main content
Glama

delete_cycle_issue

Remove an issue from a specified cycle using project, cycle, and issue identifiers. This helps keep cycles organized by disassociating unwanted or misplaced issues.

Instructions

Remove an issue from a cycle.

Args: project_id: The UUID identifier of the project containing the cycle cycle_id: The UUID identifier of the cycle containing the issue issue_id: The UUID identifier of the issue to remove from the cycle

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cycle_idYes
issue_idYes
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

There are no annotations, so the description must disclose behavioral traits on its own. It only says 'Remove an issue from a cycle' without stating whether this is destructive/irreversible, whether it affects the issue's existence elsewhere, or what the output looks like. The description does not add meaningful context beyond what the tool name already implies.

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 extremely concise, with one action sentence followed by a parameter list. Every element serves a purpose, and the main action is front-loaded. There is no redundancy or unnecessary filler.

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

Completeness3/5

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

The description adequately covers the core purpose and parameter semantics, and the presence of an output schema means return values need not be explained. However, it lacks usage guidelines and behavioral transparency, which are important for a mutation tool with no annotations, leaving the description only minimally complete.

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

Parameters4/5

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

Schema coverage is 0%, but the description compensates with an Args list that explains each parameter: project_id, cycle_id, and issue_id are all clearly defined as UUID identifiers of their respective entities. This adds meaning beyond the schema's bare type declarations.

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 action with a specific verb and resource: 'Remove an issue from a cycle.' This distinguishes it from sibling tools like delete_cycle (which deletes the entire cycle) and add_cycle_issues (which adds issues to a cycle).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as delete_issue (which deletes the issue entirely) or transfer_cycle_issues (which moves issues between cycles). It does not mention prerequisites or exclusions, leaving usage context ambiguous.

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/mikey-semy/plane-mcp'

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