Skip to main content
Glama
its-qusai-nasr

Jira Admin MCP Server

jira_issues_create

Create a Jira issue by specifying project key, issue type, and summary, with optional fields for description, assignee, priority, labels, and custom fields.

Instructions

Create a new Jira issue.

Use jira_issues_get_createmeta first to check required fields for the project/issue type. Custom fields must use their field ID (customfield_XXXXX). Returns: {key, id} of the created issue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_keyYesProject key, e.g. 'PROJ', 'OPS'
issue_typeYesIssue type name, e.g. 'Task', 'Bug', 'Story'
summaryYesIssue summary/title
descriptionNoPlain text or ADF JSON string. Plain text is auto-converted.
assignee_account_idNoAssignee's account ID from jira_users_search
priorityNoPriority: 'Highest', 'High', 'Medium', 'Low', 'Lowest'
labelsNoList of label strings
custom_fieldsNoDict of custom field ID to value, e.g. {'customfield_10001': {'value': 'High'}}

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations (readOnlyHint=false) are minimal; description adds that custom fields must use field IDs and returns {key, id}. Does not disclose potential side effects beyond creation (e.g., notifications). Adequate but not rich.

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?

Five sentences, each essential: action, pre-requisite, custom field note, return value. No redundancy, front-loaded purpose.

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?

Given 8 parameters with 3 required and no nested objects, description covers purpose, parameter nuance, and return shape. Pre-requisite for createmeta is mentioned. Missing output schema details but return is described in text.

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 coverage is 100%, baseline 3. Description adds value by clarifying custom fields must use field IDs ('customfield_XXXXX') and stating return returns {key, id}, which is not in schema. Exceeds baseline.

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 clearly states 'Create a new Jira issue.' It specifies verb (create) and resource (Jira issue), and distinguishes from siblings like jira_issues_bulk_create and jira_issues_update by focusing on single issue creation with pre-validation guidance.

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?

Explicitly advises to use jira_issues_get_createmeta first to check required fields for the project/issue type. This provides clear when-to-use guidance. Lacks explicit when-not-to-use but context is clear.

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/its-qusai-nasr/jira-admin-mcp'

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