Linear MCP Server

by ibraheem4
Verified

list_projects

Retrieve a list of projects from the Linear platform, filtered by team ID or limited by quantity, to manage project data programmatically via the Linear MCP Server.

Instructions

List all projects

Input Schema

NameRequiredDescriptionDefault
firstNoNumber of projects to return (default: 50)
teamIdNoFilter by team ID (optional)

Input Schema (JSON Schema)

{ "properties": { "first": { "description": "Number of projects to return (default: 50)", "type": "number" }, "teamId": { "description": "Filter by team ID (optional)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

ID: 71fqw0uqmx