Skip to main content
Glama

create-label

Create a new label in a Plane project to organize and categorize issues, with options to set name, description, and color.

Instructions

Create a new label in a project

Input Schema

NameRequiredDescriptionDefault
colorNoColor code for the label (optional, e.g., #ff0000)
descriptionNoDescription of the label (optional)
nameYesName of the label
project_idYesID of the project where the label should be created

Input Schema (JSON Schema)

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