Skip to main content
Glama

Create issue

create_issue

Create a new Jira issue with project key, summary, and issue type. Use metadata to discover valid fields, then add custom fields, labels, assignee, priority, due date, and more.

Instructions

Create a new issue. Use get_issue_create_meta to discover valid projects, issue types, and required fields. Extra custom fields can be passed via customFields (e.g. { 'customfield_10010': 'value' }).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelsNo
parentNoParent issue key (for sub-tasks)
dueDateNoDue date, e.g. 2026-09-30 (sent to Jira as duedate)
summaryYesIssue summary
assigneeNoAccount ID on Cloud/v3, username on DC/v2
priorityNoPriority name, e.g. High
reporterNoAccount ID on Cloud/v3, username on DC/v2
issueTypeYesIssue type name or ID, e.g. Story, Task, Bug, or 10004
componentsNoComponent names
projectKeyYesProject key, e.g. PROJ
descriptionNoPlain text; converted to ADF on Cloud/v3. Markdown is not rendered.
customFieldsNoCustom field IDs mapped to values
Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure. It adds useful context about validating fields via meta and passing customFields with an example. Still, it does not disclose the return value, required permissions, or error/validation behavior for a side-effecting create operation.

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?

Three sentences with no filler: purpose is front-loaded, the prerequisite lookup is stated, and the customFields nuance is illustrated. Every sentence contributes.

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

Completeness4/5

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

For a 12-parameter creation tool with no output schema, the description plus 92% schema coverage provides a workable call path: use meta for valid values, pass required fields from schema, and add extras via customFields. It could mention the response body or auth requirements, but those are not necessary for selecting and constructing the call.

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

Parameters4/5

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

Schema description coverage is high (92%), so the schema already documents most parameters. The description goes slightly beyond the schema by explaining customFields as a way to pass extra fields with a concrete example, and by pointing to get_issue_create_meta for valid values of the required parameters.

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

Purpose4/5

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

The description opens with 'Create a new issue,' which is a specific verb and resource. It clearly distinguishes this from issue mutations like update_issue or delete_issue, though it does not explicitly discuss sibling alternatives.

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

Usage Guidelines4/5

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

It gives explicit workflow guidance: call get_issue_create_meta first to discover valid projects, issue types, and required fields. It does not list exclusions or say when not to use create_issue in favor of an alternative.

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/thammarongg/jira-mcp'

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