Skip to main content
Glama

MCP Linear App

by zalab-inc

update_issue

Modify Linear issue details including title, description, status, priority, due date, and parent relationships to keep project tracking current.

Instructions

A tool that updates an issue in Linear

Input Schema

NameRequiredDescriptionDefault
descriptionNoThe description of the issue
dueDateNoThe due date of the issue
idYesThe ID of the issue to update
parentIdNoThe ID of the parent issue, used to create a sub-issue
priorityNoThe priority of the issueno_priority
sortOrderNoThe sort order of the issue
statusNoThe status of the issuebacklog
titleNoThe title of the issue
trashedNoWhether the issue is trashed

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The description of the issue", "type": "string" }, "dueDate": { "description": "The due date of the issue", "type": "string" }, "id": { "description": "The ID of the issue to update", "type": "string" }, "parentId": { "description": "The ID of the parent issue, used to create a sub-issue", "type": "string" }, "priority": { "default": "no_priority", "description": "The priority of the issue", "enum": [ "no_priority", "urgent", "high", "medium", "low" ], "type": "string" }, "sortOrder": { "description": "The sort order of the issue", "type": "number" }, "status": { "default": "backlog", "description": "The status of the issue", "enum": [ "triage", "backlog", "todo", "in_progress", "done", "canceled" ], "type": "string" }, "title": { "description": "The title of the issue", "type": "string" }, "trashed": { "description": "Whether the issue is trashed", "type": "boolean" } }, "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/zalab-inc/mcp-linear-app'

If you have feedback or need assistance with the MCP directory API, please join our Discord server