Skip to main content
Glama

download_conversation_file

Get the download URL for a file shared in a WhatsApp conversation by providing its UUID. Access shared files directly.

Instructions

Descargar archivo de conversacion — Obtiene la URL de descarga de un archivo compartido en una conversacion [query]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_uuidYesUUID del archivo a descargar
Behavior2/5

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

The description states it returns a download URL, but does not disclose behavioral details such as side effects, authentication requirements, rate limits, or whether the file is actually downloaded. With no annotations, this is insufficient for safe usage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise: a single line in Spanish. It front-loads the purpose effectively. However, it could be slightly more structured (e.g., separate sentences for purpose and return value).

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?

Given one parameter and no output schema, the description should explain the return value and any necessary context. It does mention 'URL de descarga', but lacks details on format, error handling, or prerequisites. The tool is simple, so completeness is adequate but not thorough.

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 coverage is 100% for the single parameter (file_uuid), so baseline is 3. The description does not add meaning beyond the schema; it merely repeats the idea of downloading a file. No additional clarity on how to obtain the UUID or any constraints is provided.

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 tool's purpose: 'Descargar archivo de conversacion — Obtiene la URL de descarga de un archivo compartido en una conversacion'. It specifies the action (download/get URL) and the resource (conversation file), which is distinct from sibling tools like delete_conversation_file or list_conversation_files.

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 or when not to use this tool, nor any prerequisites (e.g., needing the file UUID from list_conversation_files). Without such context, an AI agent may misuse the tool or waste time guessing.

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

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