Skip to main content
Glama
larryhudson

Linear MCP Server

by larryhudson

create_issue

Create a Linear issue with required team ID and title, and optional priority, assignee, description, or parent issue.

Instructions

Create a new Linear issue

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesThe title of the issue
team_idYesThe Linear team ID (required)
priorityNoPriority level (0-4): 0=No priority, 1=Urgent, 2=High, 3=Medium, 4=Low
assignee_idNoThe ID of the user to assign (optional)
descriptionNoThe description of the issue (optional)
parent_issue_idNoParent issue identifier (e.g., LAR-14) to create this as a sub-issue (optional)
Behavior1/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It merely restates the action from the name, providing no details on authentication, side effects, idempotency, or return behavior. For a mutation tool, this is a significant transparency gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no unnecessary words. It is efficient but not notably exceptional; it simply states the action without adding context that would require more structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description lacks any mention of return values or post-conditions, and no output schema is present to fill that gap. While the parameter schema is complete, a create tool would benefit from stating what it returns (e.g., created issue object) or any prerequisites beyond the required schema fields.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers 100% of parameters with descriptive comments, so the description itself adds no additional parameter meaning beyond what the schema already provides. Baseline score of 3 is appropriate; the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create a new Linear issue' uses a specific verb and resource, clearly indicating the action. It distinguishes well from sibling tools like get_ticket, search_issues, and add_comment, which are all read or comment operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage—if you want to create a Linear issue, use this tool—but does not explicitly state when to use it versus alternatives or mention any exclusions. It lacks explicit guidance like 'use for new issues only' or 'prefer this over search_issues for creation.'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/larryhudson/linear-mcp-server-again'

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