Skip to main content
Glama

linear_removeIssueLabel

Remove a specific label from an issue in the Linear project management system by specifying the issue and label IDs.

Instructions

Remove a label from an issue in Linear

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "ID or identifier of the issue to remove the label from (e.g., ABC-123)", "type": "string" }, "labelId": { "description": "ID of the label to remove from 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