Linear MCP Server

get_teams

Get a list of Linear teams with optional name/key filtering

Input Schema

NameRequiredDescriptionDefault
nameFilterNoOptional filter to search by team name or key

Input Schema (JSON Schema)

{ "properties": { "nameFilter": { "description": "Optional filter to search by team name or key", "type": "string" } }, "type": "object" }