Skip to main content
Glama

Batch Create Versions

jira_batch_create_versions

Batch create multiple Jira versions in a project with names, dates, and descriptions in a single operation.

Instructions

Batch create multiple versions in a Jira project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionsYesJSON array of version objects. Each object should contain: - name (required): Name of the version - startDate (optional): Start date (YYYY-MM-DD) - releaseDate (optional): Release date (YYYY-MM-DD) - description (optional): Description of the version Example: [ {"name": "v1.0", "startDate": "2025-01-01", "releaseDate": "2025-02-01", "description": "First release"}, {"name": "v2.0"} ]
project_keyYesJira project key (e.g., 'PROJ', 'ACV2')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With only 'destructiveHint: false' in annotations, the description carries the full burden of disclosing behavioral traits. It states the creation action but does not mention possible partial failures, idempotency, validation rules, or any side effects. It adds minimal value beyond the annotations themselves.

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 a single, clear sentence that is easily scannable and avoids unnecessary words. It does not waste space, though it could benefit from slightly more detail about the batch behavior without becoming 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?

As a batch operation, the tool has inherent complexity (e.g., handling of multiple versions, potential partial failures) that is not addressed. The presence of an output schema may cover return values, but the description alone leaves gaps in understanding the operational context, especially given minimal annotations.

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 coverage is 100%, so the detailed parameter descriptions for 'project_key' and 'versions' already do the heavy lifting. The description adds no additional parameter semantics, which is acceptable per the baseline but no extra credit is warranted.

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 a specific verb ('Batch create') and a clear resource ('versions in a Jira project'). It distinguishes itself from the sibling tool 'jira_create_version' by emphasizing the batch/multiple aspect, making the purpose unambiguous.

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?

The description implies usage for creating multiple versions at once, providing clear context for when to use this batch tool. However, it does not explicitly mention when to prefer the singular 'jira_create_version' or alternative approaches, so it falls just short of a perfect score.

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