Skip to main content
Glama

transfer_cycle_work_items

Relocate work items from one cycle to another in Plane. Use project, source cycle, and target cycle IDs to reassign issues.

Instructions

Transfer work items from one cycle to another.

Args: workspace_slug: The workspace slug identifier project_id: UUID of the project cycle_id: UUID of the source cycle new_cycle_id: UUID of the target cycle to transfer issues to

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cycle_idYes
project_idYes
new_cycle_idYes
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It only says 'transfer' without explaining whether work items are moved (removed from source) or copied, whether the operation is reversible, if any permissions are required, or what the return value indicates. This is a significant gap for a mutation operation.

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

Conciseness4/5

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

The description is concise: one purpose sentence plus a parameter list. It gets to the point quickly. The parameter list is a bit redundant with the schema, and the typo 'issues' slightly detracts, but overall it is well-sized and front-loaded.

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?

Without annotations or an output schema, this description is insufficient for a mutation tool. It doesn't explain the operation's side effects (e.g., source cycle state), whether it's destructive, how the result is returned, or error scenarios. The parameter mismatch further undermines completeness.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It does list each parameter with a brief explanation, but it includes 'workspace_slug', which is not present in the input schema. This discrepancy can mislead an agent into passing an invalid parameter. The explanations for the schema-defined parameters are minimal and don't clarify formats beyond what the schema gives.

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 tool's purpose: 'Transfer work items from one cycle to another.' This is a specific verb+resource. However, it uses 'issues' in the new_cycle_id description, introducing minor terminology inconsistency. It also doesn't explicitly distinguish from the sibling tool manage_cycle_work_items, though the meaning is clear enough.

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 manage_cycle_work_items for adding/removing work items from a cycle. It does not state any conditions, prerequisites, or exclusions. The only implied usage is 'transfer between cycles', which is minimal.

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/leigangzhang/plane-mcp-server-adapter'

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