Skip to main content
Glama

update-cycle

Modify an existing cycle's details within a project, including name, description, and date ranges, to reflect changes in project timelines or scope.

Instructions

Update an existing cycle in a project

Input Schema

NameRequiredDescriptionDefault
cycle_idYesID of the cycle to update
descriptionNoUpdated description of the cycle (optional)
end_dateNoUpdated end date of the cycle (YYYY-MM-DD format, optional)
nameNoUpdated name of the cycle (optional)
project_idYesID of the project containing the cycle
start_dateNoUpdated start date of the cycle (YYYY-MM-DD format, optional)

Input Schema (JSON Schema)

{ "properties": { "cycle_id": { "description": "ID of the cycle to update", "type": "string" }, "description": { "description": "Updated description of the cycle (optional)", "type": "string" }, "end_date": { "description": "Updated end date of the cycle (YYYY-MM-DD format, optional)", "type": "string" }, "name": { "description": "Updated name of the cycle (optional)", "type": "string" }, "project_id": { "description": "ID of the project containing the cycle", "type": "string" }, "start_date": { "description": "Updated start date of the cycle (YYYY-MM-DD format, optional)", "type": "string" } }, "required": [ "project_id", "cycle_id" ], "type": "object" }

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/disrex-group/plane-mcp-server'

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