Skip to main content
Glama
vish288

mcp-atlassian-extended

by vish288

jira_get_project_versions

Read-onlyIdempotent

Retrieve all versions for a specified Jira project. Supports both Server/DC and Cloud via REST API v2.

Instructions

List all versions for a Jira project (REST API v2, supports Server/DC and Cloud).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_keyYesProject key (e.g. PROJ)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint, which convey safety and idempotency. The description adds that it uses REST API v2 and supports Server/DC and Cloud, which is useful but not critical behavioral context. No contradiction with 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 a single, well-formed sentence that immediately states the purpose and includes a brief note on compatibility. No wasted words, front-loaded.

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?

The tool has an output schema, so return values don't need to be described. Annotations cover safety and idempotency. The parameter is fully documented. For a simple listing tool, everything necessary is present.

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?

The only parameter 'project_key' is fully described in the input schema with an example. The tool description mentions 'for a Jira project', which aligns but adds no new meaning. With 100% schema coverage, the description's contribution is minimal.

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 'List all versions for a Jira project', specifying a verb ('list') and a resource ('versions'). It distinguishes itself from sibling tools like jira_create_version and jira_update_version, which have different purposes.

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 does not provide explicit guidance on when to use this tool versus alternatives, nor does it mention any conditions or exclusions. However, the purpose is straightforward and siblings are clearly different, so the lack of explicit guidelines is a minor gap.

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/vish288/mcp-atlassian-extended'

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