Skip to main content
Glama

Linear MCP Server

linear_create_issue

Create a new issue in Linear's project management system by providing a title, team ID, description, priority, status, and assignee to track work items effectively.

Instructions

Create a new Linear issue

Input Schema

NameRequiredDescriptionDefault
assigneeIdNoUser ID to assign the issue to
descriptionNoIssue description (markdown supported)
priorityNoPriority level (0-4), where 0=no priority, 1=urgent, 4=low
statusNoInitial status name (e.g., 'Todo', 'In Progress')
teamIdYesTeam ID to create issue in
titleYesIssue title

Input Schema (JSON Schema)

{ "properties": { "assigneeId": { "description": "User ID to assign the issue to", "type": "string" }, "description": { "description": "Issue description (markdown supported)", "type": "string" }, "priority": { "description": "Priority level (0-4), where 0=no priority, 1=urgent, 4=low", "type": "number" }, "status": { "description": "Initial status name (e.g., 'Todo', 'In Progress')", "type": "string" }, "teamId": { "description": "Team ID to create issue in", "type": "string" }, "title": { "description": "Issue title", "type": "string" } }, "required": [ "title", "teamId" ], "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/magarcia/mcp-server-linearapp'

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