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"
    }
  },
  "required": [
    "query"
  ],
  "description": "Input schema for the linear__search_issues tool."
}

Output schema

This tool does not publish an output schema.