Skip to main content
Glama

update-label

Modify an existing label's properties such as name, description, or color within a specified project in Plane project management system.

Instructions

Update an existing label in a project

Input Schema

NameRequiredDescriptionDefault
colorNoUpdated color code for the label (optional)
descriptionNoUpdated description of the label (optional)
label_idYesID of the label to update
nameNoUpdated name of the label (optional)
project_idYesID of the project containing the label

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Updated color code for the label (optional)", "type": "string" }, "description": { "description": "Updated description of the label (optional)", "type": "string" }, "label_id": { "description": "ID of the label to update", "type": "string" }, "name": { "description": "Updated name of the label (optional)", "type": "string" }, "project_id": { "description": "ID of the project containing the label", "type": "string" } }, "required": [ "project_id", "label_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