Skip to main content
Glama
pedrohedro

Jira MCP Server

by pedrohedro

create_issue

Creates a new Jira issue with required project and summary, plus optional fields like assignee, priority, type, and custom fields. Supports CCOE shortcuts for 3F and Tipo fields with defaults.

Instructions

Create a new Jira issue with specified fields. For CCOE project, required fields (3F and Tipo) are auto-filled with defaults if not provided. Use ccoe3F and ccoeType parameters for easy selection, or customFields for full control.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ccoe3FNoCCOE 3F field shortcut: feature-nova, feature-melhoria, foundation, fix, outros
labelsNoArray of labels to add to the issue
projectYesProject key (e.g., CCOE)
summaryYesIssue summary/title
assigneeNoAssignee account ID (leave empty for unassigned)
ccoeTypeNoCCOE Tipo field shortcut: padronizacao-esteiras, dev-esteiras, dev-terraform, dev-aplicacoes, documentacao, sustentacao-devops, devops-cicd, outros
priorityNoIssue priority
issueTypeNoIssue type name: Task, Bug, Story, História, Subtarefa, etc.Task
parentKeyNoParent issue key (required for Sub-tasks)
descriptionNoDetailed description of the issue (plain text)
issueTypeIdNoIssue type ID (use instead of issueType for reliability, e.g., "10001" for História, "10007" for Subtarefa)
customFieldsNoCustom fields as key-value pairs. For select fields use {"id": "OPTION_ID"}, e.g., {"customfield_12171": {"id": "21743"}}
descriptionAdfNoDescription in Atlassian Document Format (ADF) for rich formatting
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses one behavioral trait: auto-filling required fields for CCOE projects. However, it does not explain what happens for non-CCOE projects, response/return behavior, error handling, or precedence if both ccoe3F and customFields are supplied. This is a moderate level of transparency but leaves notable gaps.

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 three sentences, front-loaded with the main purpose, and concise. No filler or repetition. The CCOE-specific detail is relevant and compactly stated.

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

Completeness3/5

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

Given 13 parameters, nested objects, and no output schema, the description is relatively short. It covers the key CCOE-specific behavior but omits what the tool returns (no output schema), non-CCOE behavior, and how to use issueType vs issueTypeId. The schema covers parameters, but the description could provide more context for a tool of this complexity.

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%, so baseline is 3. The description adds meaning by explaining that ccoe3F and ccoeType are shortcuts for required CCOE fields and that customFields provides full control. It also clarifies that defaults are auto-filled for CCOE projects. This enhances understanding of parameter relationships beyond the schema.

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 starts with 'Create a new Jira issue with specified fields,' which clearly identifies the action and resource. This distinguishes it from sibling tools like update_issue, list_my_tasks, and add_comment. The addition of CCOE-specific context does not obscure the core purpose.

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 provides clear context that the tool is for creating Jira issues and offers guidance on using ccoe3F/ccoeType vs customFields. However, it does not explicitly state when to prefer this tool over alternatives (e.g., update_issue for modifications) or mention exclusions. The guidance is more about parameter selection than tool selection.

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

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