Plane MCP Server

Official

get_cycle

Retrieve detailed information about a specific cycle in a Plane project by providing the project and cycle UUID identifiers, enabling precise management of cycle data.

Instructions

Get details of a specific cycle

Input Schema

NameRequiredDescriptionDefault
cycle_idYesThe uuid identifier of the cycle to get
project_idYesThe uuid identifier of the project containing the cycle

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cycle_id": { "description": "The uuid identifier of the cycle to get", "type": "string" }, "project_id": { "description": "The uuid identifier of the project containing the cycle", "type": "string" } }, "required": [ "project_id", "cycle_id" ], "type": "object" }
ID: y5g9z3v76n