Skip to main content
Glama

Linear MCP Server

by tiovikram

list_issues

Filter and retrieve issues by assignee, status, team, or quantity using Linear’s API to streamline issue management and tracking.

Instructions

List issues with optional filters

Input Schema

NameRequiredDescriptionDefault
assigneeIdNoFilter by assignee ID (optional)
firstNoNumber of issues to return (default: 50)
statusNoFilter by status (optional)
teamIdNoFilter by team ID (optional)

Input Schema (JSON Schema)

{ "properties": { "assigneeId": { "description": "Filter by assignee ID (optional)", "type": "string" }, "first": { "description": "Number of issues to return (default: 50)", "type": "number" }, "status": { "description": "Filter by status (optional)", "type": "string" }, "teamId": { "description": "Filter by team ID (optional)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

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/tiovikram/linear-mcp'

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