linear_get_issue
ActiveTool 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\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Linear
https://github.com/pipeworx-io/mcp-linear
1/7 registries