Skip to main content
Glama

linear_addIssueLabel

Add a specific label to an issue in Linear using its issue ID and label ID, streamlining issue categorization and organization for better project management.

Instructions

Add a label to an issue in Linear

Input Schema

NameRequiredDescriptionDefault
issueIdYesID or identifier of the issue to add the label to (e.g., ABC-123)
labelIdYesID of the label to add to the issue

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "ID or identifier of the issue to add the label to (e.g., ABC-123)", "type": "string" }, "labelId": { "description": "ID of the label to add to the issue", "type": "string" } }, "required": [ "issueId", "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/tacticlaunch/mcp-linear'

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