Skip to main content
Glama

Plane MCP Server

by disrex-group

create-cycle

Create a new project cycle with name, dates, and owner to organize work phases within Plane project management workflows.

Instructions

Create a new cycle in a project

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the cycle (optional)
end_dateNoEnd date of the cycle (YYYY-MM-DD format, optional)
nameYesName of the cycle
owned_byYesID of the user who will own this cycle
project_idYesID of the project where the cycle should be created
start_dateNoStart date of the cycle (YYYY-MM-DD format, optional)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the cycle (optional)", "type": "string" }, "end_date": { "description": "End date of the cycle (YYYY-MM-DD format, optional)", "type": "string" }, "name": { "description": "Name of the cycle", "type": "string" }, "owned_by": { "description": "ID of the user who will own this cycle", "type": "string" }, "project_id": { "description": "ID of the project where the cycle should be created", "type": "string" }, "start_date": { "description": "Start date of the cycle (YYYY-MM-DD format, optional)", "type": "string" } }, "required": [ "project_id", "name", "owned_by" ], "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