Skip to main content
Glama

linear_updateInitiative

Update existing initiatives in Linear by modifying details such as name, description, content, owner, target date, status, icon, or color. Streamline project management with precise adjustments through the MCP server.

Instructions

Update an existing initiative

Input Schema

NameRequiredDescriptionDefault
colorNoUpdated color in hex format
contentNoUpdated content in markdown format
descriptionNoUpdated description of the initiative
iconNoUpdated icon emoji
initiativeIdYesThe ID of the initiative to update
nameNoUpdated name of the initiative
ownerIdNoUpdated owner ID
statusNoUpdated status of the initiative
targetDateNoUpdated target completion date (ISO 8601 format)

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Updated color in hex format", "type": "string" }, "content": { "description": "Updated content in markdown format", "type": "string" }, "description": { "description": "Updated description of the initiative", "type": "string" }, "icon": { "description": "Updated icon emoji", "type": "string" }, "initiativeId": { "description": "The ID of the initiative to update", "type": "string" }, "name": { "description": "Updated name of the initiative", "type": "string" }, "ownerId": { "description": "Updated owner ID", "type": "string" }, "status": { "description": "Updated status of the initiative", "enum": [ "notStarted", "inProgress", "completed", "paused" ], "type": "string" }, "targetDate": { "description": "Updated target completion date (ISO 8601 format)", "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