Skip to main content
Glama

Linear MCP Server

linear_create_issue

Create and manage Linear issues for project tracking by specifying title, team ID, description, priority, and status for task organization.

Instructions

Create a new Linear issue.

Args: title: Issue title team_id: Team ID to create issue in description: Issue description (markdown supported) priority: Priority level (1=urgent, 4=low) status: Initial status name

Input Schema

NameRequiredDescriptionDefault
descriptionNo
priorityNo
statusNo
team_idYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Priority" }, "status": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Status" }, "team_id": { "title": "Team Id", "type": "string" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title", "team_id" ], "title": "linear_create_issueArguments", "type": "object" }

You must be authenticated.

Other Tools from Linear MCP Server

Related Tools

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/vinayak-mehta/linear-mcp'

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