Skip to main content
Glama

update-state

Modify an existing state within a Plane project by updating its name, description, color, or group to reflect changes in project workflow status.

Instructions

Update an existing state in a project

Input Schema

NameRequiredDescriptionDefault
colorNoUpdated color code for the state (optional)
descriptionNoUpdated description of the state (optional)
groupNoUpdated state group (optional)
nameNoUpdated name of the state (optional)
project_idYesID of the project containing the state
state_idYesID of the state to update

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Updated color code for the state (optional)", "type": "string" }, "description": { "description": "Updated description of the state (optional)", "type": "string" }, "group": { "description": "Updated state group (optional)", "enum": [ "unstarted", "started", "completed", "cancelled" ], "type": "string" }, "name": { "description": "Updated name of the state (optional)", "type": "string" }, "project_id": { "description": "ID of the project containing the state", "type": "string" }, "state_id": { "description": "ID of the state to update", "type": "string" } }, "required": [ "project_id", "state_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