Skip to main content
Glama

MCP Linear App

by zalab-inc

create_issue

Create a new issue in Linear with title, description, team assignment, due date, priority, status, and optional parent issue linkage for project tracking.

Instructions

A tool that creates an issue in Linear

Input Schema

NameRequiredDescriptionDefault
descriptionYesThe description of the issue
dueDateNoThe due date of the issue
parentIdNoThe ID of the parent issue, used to create a sub-issue
priorityNoThe priority of the issueno_priority
statusNoThe status of the issuebacklog
teamIdYesThe team ID the issue belongs to
titleYesThe title of the issue

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The description of the issue", "type": "string" }, "dueDate": { "description": "The due date of the issue", "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" }, "status": { "default": "backlog", "description": "The status of the issue", "enum": [ "triage", "backlog", "todo", "in_progress", "done", "canceled" ], "type": "string" }, "teamId": { "description": "The team ID the issue belongs to", "type": "string" }, "title": { "description": "The title of the issue", "type": "string" } }, "required": [ "teamId", "title", "description" ], "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