Skip to main content
Glama

linear_get_projects

Retrieve and filter project data from Linear's issue tracking system to monitor progress, organize work, and manage team initiatives.

Instructions

Get projects in the organization

Input Schema

NameRequiredDescriptionDefault
includeArchivedNoInclude archived projects
limitNoMaximum number of projects to return (default: 50)
statusNoFilter by project status (e.g., 'completed', 'in progress')
teamIdNoFilter projects by team ID

Input Schema (JSON Schema)

{ "properties": { "includeArchived": { "description": "Include archived projects", "type": "boolean" }, "limit": { "description": "Maximum number of projects to return (default: 50)", "type": "number" }, "status": { "description": "Filter by project status (e.g., 'completed', 'in progress')", "type": "string" }, "teamId": { "description": "Filter projects by team ID", "type": "string" } }, "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/magarcia/mcp-server-linearapp'

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