Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Search for Linear issues by title or description
linear__search_issues
{ "type": "object", "properties": { "query": { "type": "string", "description": "Search query text" }, "first": { "type": "number", "description": "Max results" } }, "required": [ "query" ], "description": "Input schema for the linear__search_issues tool." }