Skip to main content
Glama

Linear MCP Server

linear_create_label

Create a new label in Linear for organizing issues, allowing you to specify team, name, color, description, and parent label for hierarchical categorization.

Instructions

Create a new label in Linear

Input Schema

NameRequiredDescriptionDefault
colorNoThe color for the label in hex format (e.g. "#FF0000")
descriptionNoA description for the label
nameYesThe name of the label
parentIdNoThe ID of a parent label to create a nested label
teamIdYesThe ID of the team to create the label for

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "The color for the label in hex format (e.g. \"#FF0000\")", "type": "string" }, "description": { "description": "A description for the label", "type": "string" }, "name": { "description": "The name of the label", "type": "string" }, "parentId": { "description": "The ID of a parent label to create a nested label", "type": "string" }, "teamId": { "description": "The ID of the team to create the label for", "type": "string" } }, "required": [ "teamId", "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/magarcia/mcp-server-linearapp'

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