Skip to main content
Glama

Linear MCP Server

list_issues

Retrieve and filter issues from the Linear platform by assignee, status, team, or quantity using this utility, simplifying issue management for AI agents.

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

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