Skip to main content
Glama

Plane MCP Server

Official
by makeplane

get_state

Retrieve specific state details within a project by providing the project ID and state ID. Ideal for managing and accessing state information in Plane's project management system via the MCP Server.

Instructions

Get details of a specific state

Input Schema

NameRequiredDescriptionDefault
project_idYesThe uuid identifier of the project containing the state
state_idYesThe uuid identifier of the state to get

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project_id": { "description": "The uuid identifier of the project containing the state", "type": "string" }, "state_id": { "description": "The uuid identifier of the state to get", "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/makeplane/plane-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server