Skip to main content
Glama

linear_getWorkflowStates

Retrieve workflow states for a specific team in the Linear project management system, with options to include archived states. Facilitates tracking and managing team progress.

Instructions

Get workflow states for a team

Input Schema

NameRequiredDescriptionDefault
includeArchivedNoWhether to include archived states (default: false)
teamIdYesID of the team to get workflow states for

Input Schema (JSON Schema)

{ "properties": { "includeArchived": { "description": "Whether to include archived states (default: false)", "type": "boolean" }, "teamId": { "description": "ID of the team to get workflow states for", "type": "string" } }, "required": [ "teamId" ], "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/tacticlaunch/mcp-linear'

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