Skip to main content
Glama

Linear MCP Server

linear_get_labels

Retrieve labels from Linear's issue tracking system, with options to filter by team, include archived items, and set result limits.

Instructions

Get labels from Linear, optionally filtered by team

Input Schema

NameRequiredDescriptionDefault
includeArchivedNoWhether to include archived labels
limitNoMaximum number of labels to return
teamIdNoFilter labels by team ID

Input Schema (JSON Schema)

{ "properties": { "includeArchived": { "description": "Whether to include archived labels", "type": "boolean" }, "limit": { "description": "Maximum number of labels to return", "type": "number" }, "teamId": { "description": "Filter labels by team ID", "type": "string" } }, "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