Linear MCP Server

by scoutos
Verified

list_projects

Retrieve and filter Linear projects by team, name, or archive status to display details like status, lead, progress, and project dates for efficient tracking and management.

Instructions

List Linear projects with optional filtering by team, name, and archive status. Shows project details including status, lead, progress, and dates.

Input Schema

NameRequiredDescriptionDefault
debugNo
fuzzyMatchNo
includeArchivedNo
includeThroughIssuesNo
limitNo
nameFilterNo
projectIdNo
stateNo
teamIdNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "debug": { "default": false, "type": "boolean" }, "fuzzyMatch": { "default": true, "type": "boolean" }, "includeArchived": { "default": false, "type": "boolean" }, "includeThroughIssues": { "default": true, "type": "boolean" }, "limit": { "default": 25, "maximum": 100, "minimum": 1, "type": "number" }, "nameFilter": { "type": "string" }, "projectId": { "type": "string" }, "state": { "enum": [ "active", "completed", "canceled", "all" ], "type": "string" }, "teamId": { "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

ID: 728qtm68bf