Skip to main content
Glama

linear_searchIssues

Search for issues in Linear by assignee, project, team, state, or keywords to filter and retrieve relevant information quickly.

Instructions

Search for issues with various filters

Input Schema

NameRequiredDescriptionDefault
assigneeIdNoFilter issues by assignee ID
limitNoMaximum number of issues to return (default: 10)
projectIdNoFilter issues by project ID
queryNoText to search for in issue title or description
statesNoFilter issues by state name (e.g., 'Todo', 'In Progress', 'Done')
teamIdNoFilter issues by team ID

Input Schema (JSON Schema)

{ "properties": { "assigneeId": { "description": "Filter issues by assignee ID", "type": "string" }, "limit": { "description": "Maximum number of issues to return (default: 10)", "type": "number" }, "projectId": { "description": "Filter issues by project ID", "type": "string" }, "query": { "description": "Text to search for in issue title or description", "type": "string" }, "states": { "description": "Filter issues by state name (e.g., 'Todo', 'In Progress', 'Done')", "items": { "type": "string" }, "type": "array" }, "teamId": { "description": "Filter issues by team ID", "type": "string" } }, "required": [], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tacticlaunch/mcp-linear'

If you have feedback or need assistance with the MCP directory API, please join our Discord server