Plane MCP Server

Official

list_cycles

Retrieve all cycles for a specific project by providing its unique identifier, enabling efficient project management through Plane MCP Server.

Instructions

Get all cycles for a specific project

Input Schema

NameRequiredDescriptionDefault
project_idYesThe uuid identifier of the project to get cycles for

Input Schema (JSON Schema)

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