Skip to main content
Glama

linear_addProjectToInitiative

Add a project to an initiative within the Linear project management system by specifying the initiative ID and project ID

Instructions

Add a project to an initiative

Input Schema

NameRequiredDescriptionDefault
initiativeIdYesThe ID of the initiative
projectIdYesThe ID of the project to add

Input Schema (JSON Schema)

{ "properties": { "initiativeId": { "description": "The ID of the initiative", "type": "string" }, "projectId": { "description": "The ID of the project to add", "type": "string" } }, "required": [ "initiativeId", "projectId" ], "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