Get detailed information about a specific Linear issue
linear:get-issue
{ "type": "object", "properties": { "id": { "type": "string", "description": "Issue ID or identifier (e.g. ENG-123)" }, "end_user_id": { "type": "string", "description": "End-user ID for per-user OAuth token resolution" } }, "required": [ "id" ], "description": "Input schema for the linear:get-issue tool." }