Skip to main content
Glama
onozaty

Redmine MCP Server

by onozaty

downloadAttachmentAsBase64Content

Retrieve a Redmine attachment by ID and filename, returning its content as Base64 encoded text.

Instructions

Download attachment file from Redmine as Base64 encoded content

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathParamsYes
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It only specifies the output format but does not mention authentication requirements, error handling (e.g., missing attachment), size limits, or whether the tool is read-only or destructive. The lack of transparency may lead to incorrect 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 a single, well-structured sentence that immediately conveys the action, target, and output format. It is concise without sacrificing clarity, and every word adds value. There is no extraneous 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?

For a simple download tool with no output schema and minimal parameters, the description is adequate but not complete. It does not specify the return value structure (e.g., whether it returns a JSON object with the Base64 string), error scenarios, or any prerequisites. While the tool is straightforward, additional context (e.g., 'returns base64-encoded string') would improve completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not add any meaning beyond the input schema; it does not mention parameters at all. Although the schema includes descriptions for 'attachmentId' and 'filename', the tool description fails to explain their roles or provide any additional context. Given 0% schema description coverage (as per context), the description should compensate but does not, resulting in poor parameter semantics.

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 attachment file'), the source ('from Redmine'), and the output format ('as Base64 encoded content'). It effectively distinguishes from sibling tools like 'downloadAttachmentToLocalFile' (which saves to disk) and 'downloadThumbnailAsBase64Content' (for thumbnails), making its purpose unambiguous.

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?

No guidance is provided on when to use this tool versus siblings or alternatives. For example, it does not mention that this tool returns Base64 content suitable for in-memory use, whereas 'downloadAttachmentToLocalFile' writes to disk. The description lacks any usage context or exclusions, leaving the agent to infer use cases.

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/onozaty/redmine-mcp-server'

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