Skip to main content
Glama

transfer_cycle_issues

Relocate issues from a source cycle to a destination cycle in a Plane project. Supply project, source cycle, and target cycle IDs to complete the move.

Instructions

Transfer issues from one cycle to another.

Args: project_id: The UUID identifier of the project containing the cycle cycle_id: The UUID identifier of the source cycle new_cycle_id: The UUID identifier of the target cycle

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cycle_idYes
project_idYes
new_cycle_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, and the description does not disclose behavioral side effects, such as whether issues are removed from the source cycle, whether permissions are required, or the result of the operation. The mutating nature is implied by the name but not elaborated.

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 front-loaded: a single clear action sentence followed by a compact argument list. Every sentence earns its place with no redundancy or filler.

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

Completeness2/5

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

With no annotations and an output schema not shown, the description should clarify the behavioral scope and outcomes. It leaves ambiguity about whether the transfer is a move (removing from source) or a copy, and whether it applies to all issues or a selection. For a mutation tool, this is a significant gap.

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?

The schema has no parameter descriptions (0% coverage), so the description compensates by labeling each parameter (e.g., 'cycle_id: The UUID identifier of the source cycle') and clarifying the roles of source and target. It adds meaning beyond the bare schema fields, though it does not specify any constraints beyond UUIDs.

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

Purpose4/5

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

The description clearly states the action: 'Transfer issues from one cycle to another.' It identifies the resource (cycle issues) and the operation (transfer), distinguishing it from siblings like add_cycle_issues or delete_cycle_issue. However, it does not specify whether all issues or a subset are transferred.

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. It only lists arguments without contextual cues, prerequisites, or exclusions. An agent would not know if this is preferred over manually adding and deleting issues.

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