Skip to main content
Glama
jarekbird

jira-api-mcp-wrapper

by jarekbird

Jira: Bulk Create Issues

jira_bulk_create_issues

Create up to 50 Jira issues in a single API request by supplying issue fields and optional update objects.

Instructions

Bulk create issues via POST /rest/api/3/issue/bulk. Provide issueUpdates entries containing fields (and optional update).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
validateAdfNoIf true, validates any ADF-like objects inside each issue fields object
issueUpdatesYesIssues to create (Jira Cloud limit is typically 50 per request)
Behavior3/5

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

No annotations provided. Description mentions HTTP POST (mutating) and bulk creation, but omits details on error handling, partial failures, rate limits, or required authentication. The schema includes a max limit of 50, but this is not in the description.

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?

The description is brief (two sentences) and front-loaded with the action. It is efficient but could benefit from additional context without being verbose.

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?

Given the complexity of bulk creation (nested objects, up to 50 issues), the description is too minimal. It fails to explain required fields, error behavior, or return values. The input schema provides some detail, but the description adds little 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?

Schema description coverage is 100%, so baseline 3. The description restates the input structure ('issueUpdates entries containing fields and optional update') without adding new meaning or explaining object formats like valid fields or ADF validation.

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?

Description clearly states the tool's purpose: 'Bulk create issues via POST /rest/api/3/issue/bulk'. The verb 'create' and resource 'issues' are specific, and the sibling tool 'jira_create_issue' for single creation makes the bulk nature distinctive.

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 implies usage for bulk creation but lacks explicit when-to-use or when-not-to-use guidance. No alternatives are mentioned, e.g., using 'jira_create_issue' for single issues or 'jira_bulk_edit_issues' for editing.

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/jarekbird/jira-api-mcp-wrapper'

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