Skip to main content
Glama

Batch Get Changelogs

jira_batch_get_changelogs
Read-only

Retrieve changelogs for multiple Jira issues in batch, enabling efficient tracking of issue history and field changes across projects.

Instructions

Get changelogs for multiple Jira issues (Cloud only).

Args: ctx: The FastMCP context. issue_ids_or_keys: List of issue IDs or keys. fields: List of fields to filter changelogs by. None for all fields. limit: Maximum changelogs per issue (-1 for all).

Returns: JSON string representing a list of issues with their changelogs.

Raises: NotImplementedError: If run on Jira Server/Data Center. ValueError: If Jira client is unavailable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_ids_or_keysYesComma-separated list of Jira issue IDs or keys (e.g. 'PROJ-123,PROJ-124')
fieldsNo(Optional) Comma-separated list of fields to filter changelogs by (e.g. 'status,assignee'). Default to None for all fields.
limitNoMaximum number of changelogs to return in result for each issue. Default to -1 for all changelogs. Notice that it only limits the results in the response, the function will still fetch all the data.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations provide readOnlyHint=true, indicating a safe read operation. The description adds valuable behavioral context beyond this: it specifies the Cloud-only restriction, mentions NotImplementedError and ValueError exceptions, and notes in the limit parameter description that 'the function will still fetch all the data' despite limiting results. This enhances understanding of performance and error handling without contradicting annotations.

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 well-structured and front-loaded: the first sentence states the core purpose, followed by organized sections for Args, Returns, and Raises. Each sentence adds value, such as clarifying exceptions and parameter defaults, with no wasted words. It efficiently communicates essential information.

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

Completeness5/5

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

Given the tool's complexity (batch operation with multiple parameters), the description is complete: it covers purpose, parameters, return values, and exceptions. With annotations indicating read-only behavior and an output schema present (implied by 'Returns' section), no additional details on safety or output structure are needed. It adequately addresses all contextual aspects.

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%, with detailed descriptions for all parameters in the input schema. The description's 'Args' section lists parameters but adds minimal extra semantics beyond the schema (e.g., it repeats 'None for all fields' for fields, similar to schema). Given high schema coverage, the baseline is 3, as the description doesn't significantly enhance parameter understanding.

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 the tool's purpose: 'Get changelogs for multiple Jira issues (Cloud only).' It specifies the verb ('Get'), resource ('changelogs'), scope ('multiple Jira issues'), and platform restriction ('Cloud only'), which distinguishes it from potential server-based alternatives. This is specific and comprehensive.

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 provides clear context for usage: it specifies 'Cloud only' and mentions NotImplementedError for Jira Server/Data Center, guiding when not to use it. However, it does not explicitly compare with sibling tools (e.g., jira_get_issue or other batch tools) or detail alternatives for single-issue changelogs, leaving some room for improvement in sibling differentiation.

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/GeiserX/atlassian-browser-mcp'

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