Skip to main content
Glama

linear_getInitiativeById

Retrieve detailed information about a specific initiative, including associated projects, by providing its unique ID. Integrates with Linear for streamlined project management access.

Instructions

Get details of a specific initiative by ID

Input Schema

NameRequiredDescriptionDefault
includeProjectsNoInclude associated projects in the response
initiativeIdYesThe ID of the initiative to retrieve

Input Schema (JSON Schema)

{ "properties": { "includeProjects": { "default": true, "description": "Include associated projects in the response", "type": "boolean" }, "initiativeId": { "description": "The ID of the initiative to retrieve", "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