Skip to main content
Search for Linear issues by title or description

Tool details

FieldValue
Namelinear:search-issues
GroupIntegrations

Playground

Input schema

Input schema
{
  "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.