linear_list_issues
ActiveTool of Linear
declared in 0.1.0
Browse issues in your Linear workspace with optional filters by state, priority, or assignee. Returns issue ID, title, state, priority, assignee, and URL.
Parameters schema
{
"type": "object",
"examples": [
{
"first": 20
},
{
"first": 10,
"filter": "{\"state\":{\"name\":{\"eq\":\"In Progress\"}}}"
}
],
"properties": {
"first": {
"type": "number",
"description": "Number of issues to return (default 20, max 50)"
},
"filter": {
"type": "string",
"description": "Optional filter object as JSON string (e.g., {\"state\":{\"name\":{\"eq\":\"In Progress\"}}}). Passed directly to the Linear issues query filter."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Linear
https://github.com/pipeworx-io/mcp-linear
1/7 registries