Skip to main content
Glama

linear_updateProject

Modify project details in Linear by updating its name, description, content, or state using the project ID. Ensure accurate project management with real-time adjustments.

Instructions

Update an existing project in Linear

Input Schema

NameRequiredDescriptionDefault
contentNoNew content of the project (Markdown supported)
descriptionNoNew short summary of the project
idYesID of the project to update
nameNoNew name of the project
stateNoNew state of the project (e.g., 'planned', 'started', 'paused', 'completed', 'canceled')

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "New content of the project (Markdown supported)", "type": "string" }, "description": { "description": "New short summary of the project", "type": "string" }, "id": { "description": "ID of the project to update", "type": "string" }, "name": { "description": "New name of the project", "type": "string" }, "state": { "description": "New state of the project (e.g., 'planned', 'started', 'paused', 'completed', 'canceled')", "type": "string" } }, "required": [ "id" ], "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