Skip to main content
Glama

jira_upload_attachment

Upload a file to a JIRA issue using its key and local path, allowing direct attachment without manual navigation.

Instructions

Upload a file as an attachment to a JIRA issue.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesLocal file path to upload
issueKeyYesThe issue key (e.g., PROJ-123)
Behavior2/5

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

No annotations are provided, placing the full burden on the description. The description only states the action without disclosing behavioral details such as whether the upload overwrites existing files, size limits, authentication requirements, or error behaviors. This is a significant gap for a write operation.

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-structured sentence that directly states the tool's purpose without any filler or redundant phrases. It is appropriately sized for the tool's simplicity.

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?

For a tool with no annotations and no output schema, the description fails to convey necessary context such as when to use it, potential side effects, or the response format if any. The tool is simple, but the description remains incomplete for an agent to invoke it confidently.

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?

Both parameters (issueKey and filePath) are fully described in the input schema, so the schema provides 100% coverage. The description adds no parameter-specific meaning beyond what the schema already offers.

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 'Upload' and clearly identifies the resource: a file as an attachment to a JIRA issue. This distinguishes it from sibling tools like jira_list_attachments and jira_download_attachment, which have different actions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, such as when to choose it over jira_add_comment for attaching context. There is no mention of prerequisites like existing attachment schemes or exclusions, leaving the agent without decision support.

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/SuppleAardvark/jira-mcp-server'

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