Create a new Linear issue in a team
linear:create-issue
{ "type": "object", "properties": { "teamId": { "type": "string", "description": "Team ID" }, "title": { "type": "string", "description": "Issue title" }, "description": { "type": "string", "description": "Issue description (markdown)" }, "priority": { "type": "number", "description": "Priority (0=none, 1=urgent, 2=high, 3=medium, 4=low)" }, "end_user_id": { "type": "string", "description": "End-user ID for per-user OAuth token resolution" } }, "required": [ "teamId", "title" ], "description": "Input schema for the linear:create-issue tool." }