You're viewing a demo portfolio

Join the waitlist
PRSM

linear_get_issue

Active

Tool of Linear

declared in 0.1.0

Get full details of a Linear issue by ID (e.g., "ABC-123"). Returns title, description, state, priority, assignee, labels, comments, and URL.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": "ENG-42"
    },
    {
      "id": "PROJ-128"
    }
  ],
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Issue identifier (e.g., \"ABC-123\")"
    }
  }
}

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 →