Skip to main content
Glama

update_cycle

Update a cycle's details by its ID, including name, description, dates, owner, and external references. Provide project ID and cycle ID to modify the cycle in Plane.

Instructions

Update a cycle by ID.

Args: workspace_slug: The workspace slug identifier project_id: UUID of the project cycle_id: UUID of the cycle name: Cycle name description: Cycle description start_date: Cycle start date (ISO 8601 format) end_date: Cycle end date (ISO 8601 format) owned_by: UUID of the user who owns the cycle external_source: External system source name external_id: External system identifier timezone: Cycle timezone

Returns: Updated Cycle object

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
cycle_idYes
end_dateNo
owned_byNo
timezoneNo
project_idYes
start_dateNo
descriptionNo
external_idNo
external_sourceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameYes
projectNo
versionNo
end_dateNo
owned_byNo
timezoneNo
workspaceNo
created_atNo
created_byNo
deleted_atNo
logo_propsNo
sort_orderNo
start_dateNo
updated_atNo
updated_byNo
view_propsNo
archived_atNo
descriptionNo
external_idNo
total_issuesNo
backlog_issuesNo
started_issuesNo
external_sourceNo
total_estimatesNo
cancelled_issuesNo
completed_issuesNo
unstarted_issuesNo
progress_snapshotNo
started_estimatesNo
completed_estimatesNo
Behavior2/5

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

With no annotations provided, the description must fully explain behavioral traits. It only says 'Update a cycle by ID' and returns the updated object, but does not disclose mutation effects, partial versus full replacement, permission requirements, or error scenarios.

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 a clean docstring with a concise one-line purpose, an Args list, and a Returns line. It is generally well-structured, though the extra 'workspace_slug' parameter adds slight noise and inconsistency.

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 covers all schema parameters and states the return value, but for a mutation with 10 parameters and no annotations, it lacks important context about behavior (e.g., partial vs. full update, auth needs, error conditions) and how it fits into the broader cycle workflow.

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 description adds concrete semantics for each schema parameter (e.g., 'UUID of the project', 'Cycle start date (ISO 8601 format)'), which goes beyond the bare types in the schema. However, it includes 'workspace_slug' which is not present in the schema, potentially misleading the agent.

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 opens with 'Update a cycle by ID' – a specific verb and resource, clearly distinguishing it from siblings like create_cycle, retrieve_cycle, delete_cycle, and complete_cycle.

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

Usage Guidelines3/5

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

The one-line purpose implies usage when updating an existing cycle, but there is no explicit guidance on when not to use it, prerequisites, or alternatives. Guidance is minimal and implied rather than explicit.

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