Skip to main content
Glama
Szotasz

Billingo MCP Server

by Szotasz

download_document_export

Read-only

Download an exported document by providing the export ID and output path. The tool polls the export status and saves the file once ready.

Instructions

Exportált dokumentum letöltése. Az export ID-t a create_document_export adja vissza. Pollozza a státuszt, amíg kész nem lesz, majd letölti a fájlt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
export_idYesAz export ID-ja (create_document_export-ból)
output_pathYesFájl mentési útvonal (pl. /tmp/export.xlsx)
Behavior4/5

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

The description reveals that the tool polls the status until ready, which is critical behavioral info beyond annotations. Annotations indicate readOnlyHint=true and destructiveHint=false, which are consistent with the tool's behavior (downloading a file without mutation).

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, front-loads the primary action, and contains no wasted words. Every sentence adds value.

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

Completeness4/5

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

Given that there is no output schema, the description adequately covers the behavior and dependencies. It lacks explicit return value info but that is not required per rules. The polling detail adds necessary completeness.

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 already provides full descriptions for both parameters (100% coverage). The description adds minimal extra value, essentially repeating that the export_id comes from create_document_export. Baseline of 3 is appropriate.

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 that the tool downloads an exported document and references the source of the export ID (create_document_export). This distinguishes it from the sibling tool 'download_document', which likely handles non-exported documents.

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 explains the polling behavior and the dependency on create_document_export, providing clear usage context. However, it does not explicitly state when not to use this tool or mention alternatives.

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/Szotasz/billingo-mcp'

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