Skip to main content
Glama

linear_createInitiative

Create a new initiative in Linear by defining its name, description, status, target date, and ownership. Streamline project management tasks by structuring initiatives with markdown content, icons, and custom colors.

Instructions

Create a new initiative

Input Schema

NameRequiredDescriptionDefault
colorNoColor of the initiative in hex format
contentNoContent in markdown format
descriptionNoDescription of the initiative
iconNoIcon emoji for the initiative
nameYesName of the initiative
ownerIdNoID of the user who owns the initiative
statusNoStatus of the initiative
targetDateNoTarget completion date (ISO 8601 format)

Input Schema (JSON Schema)

{ "properties": { "color": { "description": "Color of the initiative in hex format", "type": "string" }, "content": { "description": "Content in markdown format", "type": "string" }, "description": { "description": "Description of the initiative", "type": "string" }, "icon": { "description": "Icon emoji for the initiative", "type": "string" }, "name": { "description": "Name of the initiative", "type": "string" }, "ownerId": { "description": "ID of the user who owns the initiative", "type": "string" }, "status": { "description": "Status of the initiative", "enum": [ "notStarted", "inProgress", "completed", "paused" ], "type": "string" }, "targetDate": { "description": "Target completion date (ISO 8601 format)", "type": "string" } }, "required": [ "name" ], "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