Skip to main content
Glama

linear_updateProject

Update project details in Linear by modifying its name, description, or state. Provide the project ID and required fields to make adjustments.

Instructions

Update an existing project in Linear

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description of the project (Markdown supported)
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": { "description": { "description": "New description of the project (Markdown supported)", "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