Linear MCP Server

by Tyru5

get_tasks

Retrieve tasks from Linear with filters like status, assignee, or team to manage workflows efficiently and limit results for focused task tracking.

Instructions

Get tasks from Linear with optional filtering

Input Schema

NameRequiredDescriptionDefault
assigneeNoFilter by assignee name or ID
limitNoMaximum number of tasks to return (default: 20)
statusNoFilter by status (e.g., "Todo", "In Progress", "Done")
teamNoFilter by team name or ID

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "Filter by assignee name or ID", "type": "string" }, "limit": { "description": "Maximum number of tasks to return (default: 20)", "maximum": 100, "minimum": 1, "type": "number" }, "status": { "description": "Filter by status (e.g., \"Todo\", \"In Progress\", \"Done\")", "type": "string" }, "team": { "description": "Filter by team name or ID", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

ID: uhlvwalsfa