Skip to main content
Glama

Upload Attachment

attachment_upload

Upload a file attachment to a Taiga epic, user story, task, issue, or wiki page. Pass the file as base64 to attach it to the specified item.

Instructions

Upload a file attachment to an epic, user story, task, issue, or wiki page. File contents are passed as base64.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes
resourceYes
file_nameYes
object_idYesId of the parent epic/story/task/issue/wiki page
descriptionNo
file_base64YesFile contents, base64-encoded
content_typeNoMIME type, defaults to application/octet-stream
Behavior4/5

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

The annotations already establish that this is a non-read-only, non-destructive, non-idempotent operation. The description adds valuable behavioral context beyond annotations by specifying that file contents must be passed as base64, which is a critical encoding requirement for invocation.

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 two sentences long, front-loads the core action, and contains no filler or redundant detail. Every sentence adds necessary information.

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?

There is no output schema, so the description should at least hint at the expected return value or success behavior, but it does not. It also omits any mention of error conditions, size limits, or authentication requirements. For a mutation tool with 7 parameters and no output schema, the description leaves meaningful gaps.

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 only 43%, and the description does not compensate much. It repeats that file contents are base64 (already in the schema) and lists target resource types (already in the enum). It does not explain parameters like 'project' or 'file_name' beyond what the schema already provides, leaving the agent to infer their meaning.

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 a clear resource category ('file attachment'), and lists the target entity types (epic, user story, task, issue, wiki page). This distinguishes it from sibling tools like attachment_download and attachment_delete.

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 clearly communicates that this tool is for uploading attachments to supported resources. It does not explicitly name alternatives or provide when-not-to-use guidance, but the context is clear enough that an agent would not confuse it with listing, downloading, or deleting attachments.

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/madebyclowd/taiga-mcp-server'

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