Linear MCP Server

by ibraheem4
Verified

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

ID: 71fqw0uqmx