Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | linear__search_issues |
| Group | Integrations |
{
"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."
}