linear_search
ActiveTool of Linear
declared in 0.1.0
Search Linear issues by keyword or text. Returns matching issues with ID, title, state, priority, and URL.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "database performance"
},
{
"first": 15,
"query": "authentication"
}
],
"required": [
"query"
],
"properties": {
"first": {
"type": "number",
"description": "Number of results to return (default 20, max 50)"
},
"query": {
"type": "string",
"description": "Search query text"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Linear
https://github.com/pipeworx-io/mcp-linear
1/7 registries