Skip to main content
Glama

Belge İndirme Adresi

gib_get_download_url

Generate a download URL for a Turkish e-document (e-invoice, e-producer receipt, or e-self-employment receipt) using its UUID. The URL is accessible only from the originating IP.

Instructions

Belgenin zip indirme adresini üretir. Not: Bu adrese yalnızca tokenın oluşturulduğu IP adresinden erişilebilir; farklı IP için gib_save_document_to_disk kullanın.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYesBelgeye ait UUID (ETTN)
signedNo
belgeTuruNoBelge türü: FATURA (e-Fatura), MUSTAHSIL (e-Müstahsil Makbuzu), SMM (Serbest Meslek Makbuzu)FATURA
Behavior3/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. It discloses the IP restriction, which is a key behavioral constraint, but does not mention other traits like read-only nature, permissions, or rate limits. The note adds value but is not comprehensive.

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?

Two sentences with zero wasted words. Purpose is front-loaded, followed by a crucial note. Highly efficient and scannable.

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?

For a simple 3-parameter tool with no output schema, the description covers the core purpose and a key constraint. However, it omits the return format (presumably a URL string) and does not explain the output, which would help an agent. Overall, adequate but slightly lacking.

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

Parameters2/5

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

Schema description coverage is 67% (2 of 3 parameters described). The description itself does not add any additional meaning for the parameters; it does not explain 'signed' or 'belgeTuru' beyond what's in the schema. Since coverage is not high, the description should compensate, but it does not.

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?

Description uses a specific verb ('üretir' generates) and clearly identifies the resource (zip download address of the document). It also distinguishes itself from sibling tool gib_save_document_to_disk by noting the IP restriction.

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

Usage Guidelines5/5

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

Provides explicit usage guidance: when the IP matches the token's creation IP, use this tool; otherwise, use the alternative gib_save_document_to_disk. This fully covers when to use and when not to.

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/bevren/gib-fatura-mcp'

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