Skip to main content
Glama
alyiox

mcp-atlassian-attachments

by alyiox

download_jira_attachment

Downloads a Jira attachment by ID to a specified local directory, with options to rename or overwrite the file.

Instructions

[Atlassian] Download Jira attachment by ID to a local directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameNoUses Jira metadata filename when omitted.
overwriteNoReplace an existing file when true. Fail if the file exists when false.
output_dirYesLocal directory to save the file. Created automatically if it does not exist.
attachment_idYesJira attachment ID, for example 439535.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description should disclose behavioral traits like side effects (file system writes) and requirements (authentication). It only states 'download...to local directory', missing details about overwrite behavior (though schema provides some), network calls, or error conditions.

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, concise sentence that front-loads the core action. No unnecessary words, making it easy to parse.

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

Completeness3/5

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

Given that an output schema exists (context signals indicate true), the description does not need to explain return values. However, the description lacks context about usage scenarios and is brief; some behavioral aspects are covered by the schema but overall completeness is adequate but not outstanding.

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 input schema has 100% coverage with descriptions for all four parameters. The tool description does not add extra meaning beyond what the schema provides, resulting in a baseline score.

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 action (download), the resource (Jira attachment by ID), and the destination (local directory). It is specific and unambiguous, effectively conveying the tool's purpose.

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 provides no explicit guidance on when to use this tool, prerequisites, or alternatives. However, the tool's purpose is straightforward, so the lack of usage guidelines is not severely detrimental.

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/alyiox/mcp-atlassian-attachments'

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