Skip to main content
Glama

Linear MCP Server

by scoutos

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

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/scoutos/mcp-linear'

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