Skip to main content
Glama

linear_update_label

Modify an existing label in Linear's issue tracking system by updating its name, color, description, parent label, or archive status.

Instructions

Update an existing label in Linear

Input Schema

NameRequiredDescriptionDefault
archivedNoWhether to archive the label
colorNoThe new color for the label in hex format (e.g. "#FF0000")
descriptionNoThe new description for the label
labelIdYesThe ID of the label to update
nameNoThe new name for the label
parentIdNoThe ID of a new parent label

Input Schema (JSON Schema)

{ "properties": { "archived": { "description": "Whether to archive the label", "type": "boolean" }, "color": { "description": "The new color for the label in hex format (e.g. \"#FF0000\")", "type": "string" }, "description": { "description": "The new description for the label", "type": "string" }, "labelId": { "description": "The ID of the label to update", "type": "string" }, "name": { "description": "The new name for the label", "type": "string" }, "parentId": { "description": "The ID of a new parent label", "type": "string" } }, "required": [ "labelId" ], "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/magarcia/mcp-server-linearapp'

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