Skip to main content
Glama
wati-io

WhatsApp MCP Server

by wati-io

send_file_via_url

Send a file to a WhatsApp recipient using a public URL, eliminating the need for local downloading.

Instructions

Send a file by URL without downloading it locally first.

Args:
    target: Recipient phone number with country code, no + (e.g. "85264318721")
    file_url: Public URL of the file to send
    caption: Optional caption

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
file_urlYes
captionNo
Behavior3/5

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

With no annotations, the description carries full burden. It reveals that the tool does not download locally, which is a key behavioral trait. But it omits other important details like file size limits, supported formats, or error handling, leaving gaps in transparency.

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 concise: two sentences explaining the core feature plus a structured Args section. It front-loads the purpose and is efficient, though the Args could be integrated more smoothly.

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 no output schema, no annotations, and 3 parameters, the description covers the basics but lacks details on return values, error scenarios, or constraints like file size. It is adequate for a simple tool but not fully complete.

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

Parameters4/5

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

The schema has 0% description coverage, so the description fully compensates. It provides format for 'target' (phone number, country code, no '+'), explains 'file_url' as a public URL, and notes 'caption' is optional. This adds significant meaning beyond the schema.

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 action ('Send a file by URL') and distinguishes it from a likely sibling tool 'send_file' by specifying 'without downloading it locally first'. This explicitly differentiates the tool from alternatives.

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 phrase 'without downloading it locally first' implies when to use this tool (when you have a URL and want to avoid local download). However, it does not explicitly state alternatives or when not to use it. The context is clear but lacks exclusion guidance.

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

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