Skip to main content
Glama

linear_createIssueTemplate

Create issue templates with custom payloads, descriptions, and team assignments to standardize reporting in Linear.

Instructions

Create a new issue template

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTemplate name
teamIdNoOptional team ID
sortOrderNoOptional sort order
descriptionNoOptional template description
templateDataYesTemplate issue payload as JSON

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
teamNo
typeNo
creatorNo
createdAtNo
sortOrderNo
updatedAtNo
archivedAtNo
descriptionNo
templateDataNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed1 schema field changedv1.4.2
    • changedOutput schema / properties / sortOrder / type
      Previous value: -"number"New value: +[
      +  "number",
      +  "null"
      +]
  2. Changed1 schema field changedv1.4.1
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "archivedAt": {
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "createdAt": {
      +      "type": "string"
      +    },
      +    "creator": {
      +      "type": [
      +        "object",
      +        "null"
      +      ]
      +    },
      +    "description": {
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "id": {
      +      "type": "string"
      +    },
      +    "name": {
      +      "type": "string"
      +    },
      +    "sortOrder": {
      +      "type": "number"
      +    },
      +    "team": {
      +      "type": [
      +        "object",
      +        "null"
      +      ]
      +    },
      +    "templateData": {
      +      "additionalProperties": true,
      +      "type": "object"
      +    },
      +    "type": {
      +      "type": "string"
      +    },
      +    "updatedAt": {
      +      "type": "string"
      +    }
      +  },
      +  "type": "object"
      +}
  3. Addedv1.1.2

TDQS

B3.2/5.0
Behavior2/5

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

Annotations all set to false (readOnly, openWorld, idempotent, destructive), so the description carries the full behavioral disclosure burden. It only states 'Create', which implies mutation, but provides no detail on idempotency, permissions, error handling for duplicate names, or any side effects. This falls short of what a create operation should disclose.

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

Conciseness5/5

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

The description is a single, concise sentence with no fluff. It's front-loaded with the core action and object. This is appropriately minimal for conciseness, though it lacks detail that would earn a 5 on other dimensions.

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 is essentially a tautology of the tool's purpose. It provides no context on how to construct the templateData object (the nested JSON payload), which is a required parameter. It doesn't explain the output or differentiate from the many related create tools. The output schema exists but the description doesn't compensate for the under-specified templateData field, making the definition incomplete for an agent to use correctly.

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?

Schema description coverage is 100%, so all parameters have descriptions (e.g., 'Template name', 'Template issue payload as JSON'). The tool description adds no additional parameter semantics. Baseline of 3 applies per rubric since the schema already documents parameters. The description doesn't clarify the structure of templateData beyond what the schema vague 'JSON' says.

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 states a specific verb and resource: 'Create a new issue template'. It clearly distinguishes from siblings like linear_createIssue (creates an issue) and linear_createIssueFromTemplate (creates an issue from a template). The purpose is unambiguous and immediately clear.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention exclusions, prerequisites, or relationships to related tools like linear_updateIssueTemplate or linear_getIssueTemplates. The only implied context is the name, but no explicit usage guidance is given.

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

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