Skip to main content
Glama

Batch Create Issues

jira_batch_create_issues

Create multiple Jira issues in one batch by supplying a JSON array with project key, summary, issue type, and optional description, assignee, or components. Use validate_only to check issues without creating them.

Instructions

Create multiple Jira issues in a batch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issuesYesJSON array of issue objects. Each object should contain: - project_key (required): The project key (e.g., 'PROJ') - summary (required): Issue summary/title - issue_type (required): Type of issue (e.g., 'Task', 'Bug') - description (optional): Issue description in Markdown format - assignee (optional): Assignee username or email - components (optional): Array of component names Example: [ {"project_key": "PROJ", "summary": "Issue 1", "issue_type": "Task"}, {"project_key": "PROJ", "summary": "Issue 2", "issue_type": "Bug", "components": ["Frontend"]} ]
validate_onlyNoIf true, only validates the issues without creating them

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Description states the core action but does not disclose batch-specific behaviors such as validation-only mode (validate_only parameter), partial success handling, or concurrency implications. Annotations only provide destructiveHint=false, which is consistent but doesn't add further context.

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?

One sentence, zero redundancy. However, while concise, it omits any usage guidance that could be included in a similarly short form.

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?

For a batch creation tool with a validate_only option and potential partial failures, the description is insufficiently complete. It doesn't mention the validation feature or how batch creation contrasts with single-issue creation, leaving the agent without key context.

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?

Input schema describes both parameters in detail, including an example for the issues array and default for validate_only. The description adds no parameter information, but the schema's high coverage means the baseline of 3 applies.

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 uses the specific verb 'Create' with the resource 'multiple Jira issues' and 'batch', clearly distinguishing from single-issue creation (jira_create_issue) and batch version creation (jira_batch_create_versions).

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?

No explicit guidance on when to use this tool vs alternatives. The sibling list includes jira_create_issue for single issues, but the description doesn't direct users to choose one over the other, nor mention any prerequisites or use cases.

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/hieptran87/atlassian-mcp-server'

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