Skip to main content
Glama

create-state

Create a new state in a Plane project to organize and track issue progress, supporting custom names, descriptions, colors, and predefined state groups.

Instructions

Create a new state in a project

Input Schema

NameRequiredDescriptionDefault
colorNoColor code for the state (optional, e.g., #ff0000)
descriptionNoDescription of the state (optional)
groupYesState group (unstarted, started, completed, cancelled)
nameYesName of the state
project_idYesID of the project where the state should be created

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Color code for the state (optional, e.g., #ff0000)", "type": "string" }, "description": { "description": "Description of the state (optional)", "type": "string" }, "group": { "description": "State group (unstarted, started, completed, cancelled)", "enum": [ "unstarted", "started", "completed", "cancelled" ], "type": "string" }, "name": { "description": "Name of the state", "type": "string" }, "project_id": { "description": "ID of the project where the state should be created", "type": "string" } }, "required": [ "project_id", "name", "group" ], "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