Skip to main content
Glama
VitexSoftware

AbraFlexi MCP Server

evidence_download_attachment

Download raw attachment content from any AbraFlexi evidence to a local file. Specify evidence, attachment ID, and output path to retrieve the file for offline use.

Instructions

Download an attachment's raw content to a local file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoRecord ID
kodNoRecord code (alternative to id)
evidenceYesEvidence name
output_pathYesLocal filesystem path to write the downloaded content to
attachment_idYesAttachment record identifier

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 carries the full burden of behavioral disclosure. It only says content is downloaded to a local file; it does not mention whether existing files are overwritten, whether directories are created, whether authentication is required, or any side effects. This is minimal disclosure for a file-writing 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 front-loaded sentence with no filler. Every word contributes to the core meaning, and it is immediately scannable for an agent.

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?

The description does not explain the relationship between id/kod, evidence, and attachment_id, leaving ambiguity about which identifier identifies the attachment versus the evidence record. It does not mention how the tool behaves when output_path already exists or what the output schema contains. For a 5-parameter tool with no annotations, this is not fully complete.

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 100%, so the schema already documents each parameter. The description adds little beyond connecting evidence/attachment_id to the attachment and output_path to the local destination, which is the baseline expectation when schema coverage is complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Download'), a specific resource ('an attachment's raw content'), and a destination ('a local file'). It is clear and reasonably distinct from siblings like evidence_get_attachment_thumbnail, though it does not explicitly differentiate itself from evidence_get_attachment.

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 gives no guidance on when to use this tool versus alternatives such as evidence_get_attachment or evidence_list_attachments. It does not state prerequisites, exclusions, or conditions that would help an agent choose between this tool and its siblings.

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/VitexSoftware/mcp-server-abraflexi'

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