You're viewing a demo portfolio

Join the waitlist
PRSM

linear_list_issues

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Linear

https://github.com/pipeworx-io/mcp-linear

1/7 registries
View full server →
linear_list_issues — Linear — PRSM MCP