| name | linear |
| description | Use when the user wants to interact with Linear.app — reading or searching issues/tickets. |
| user-invocable | true |
| argument-hint | [get <id> | search <query>] |
Linear Issue Management
Interact with Linear.app issues using the linear CLI.
Prerequisites
Commands
Get an issue
linear issue get ENG-123
Returns: identifier, title, state, team, priority, assignee, description.
Search issues
linear issue search "login bug"
linear issue search "login bug" --limit 50
Returns a table: ID, TITLE, STATE, ASSIGNEE. Default limit is 20.