Skip to main content
Glama

linear_getInitiativeProjects

Retrieve all projects linked to a specific initiative in Linear, including optional archived projects, using the initiative ID for precise results.

Instructions

Get all projects associated with an initiative

Input Schema

NameRequiredDescriptionDefault
includeArchivedNoInclude archived projects in the results
initiativeIdYesThe ID of the initiative

Input Schema (JSON Schema)

{ "properties": { "includeArchived": { "default": false, "description": "Include archived projects in the results", "type": "boolean" }, "initiativeId": { "description": "The ID of the initiative", "type": "string" } }, "required": [ "initiativeId" ], "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