Documentation Index
Fetch the complete documentation index at: https://veryfront.com/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 |
Playground
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query text"
},
"first": {
"type": "number",
"description": "Max results"
},
"end_user_id": {
"type": "string",
"description": "End-user ID for per-user OAuth token resolution"
}
},
"required": [
"query"
],
"description": "Input schema for the linear:search-issues tool."
}
Output schema
This tool does not publish an output schema.