Skip to main content
Glama

send_whatsapp_message

Send WhatsApp messages to phone numbers using E.164 international format. This tool requires confirmation before sending and is part of WAzion MCP Server's WhatsApp Business automation capabilities.

Instructions

Enviar mensaje de WhatsApp — Envia un mensaje de WhatsApp a un telefono. El numero debe incluir prefijo internacional formato E.164 (ej: +34612345678). Si el usuario da un numero sin prefijo, preguntale el pais antes de enviar. IMPORTANTE: Esta accion requiere confirmacion. Cuando la llames, recibiras requires_confirmation=true y success=false - esto es NORMAL, NO es un error. Simplemente describe al usuario lo que se va a enviar y PARA. El sistema mostrara botones de confirmar/cancelar automaticamente. NO reintentes la accion. [mutation] (requiere confirmación: pasar confirm=true para ejecutar)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phoneYesTelefono destino en formato E.164 con prefijo internacional (ej: +34612345678). Si el usuario no incluye prefijo, preguntarle el pais. OBLIGATORIO
messageYesTexto del mensaje a enviar. OBLIGATORIO - no enviar vacio
session_idNoID de sesion especifica (opcional, usa la primera conectada)
archive_after_sendNoArchivar chat tras enviar
confirmNoPasar true para confirmar la ejecución de esta acción peligrosa
Behavior5/5

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

Excellent disclosure given no annotations. Explicitly states this is a mutation ('[mutation]', 'acción peligrosa'), details the two-step confirmation workflow ('recibiras requires_confirmation=true...'), warns against retrying ('NO reintentes'), and explains system-managed UI behavior ('El sistema mostrara botones...').

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?

Appropriately structured with action first, then validation rules, then critical confirmation workflow. Slightly redundant between '[mutation]' tag and confirmation text in parentheses, but overall efficient given the complexity of the interaction pattern that must be communicated.

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?

Comprehensive for a tool with no output schema. Covers input validation, the intermediate confirmation state, and side effects (archiving). Could be improved by briefly describing the final success state after confirmation, but the core interaction model is fully documented.

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?

With 100% schema coverage, baseline is 3. The description adds crucial workflow context for the 'confirm' parameter (explaining it triggers execution after the initial confirmation request) and preprocessing logic for 'phone' (handling missing country codes), warranting a higher score.

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 explicitly states the action ('Envia un mensaje') and resource ('WhatsApp'), clearly distinguishing it from sibling tools like send_email_reply or send_support_ticket. The scope is precisely defined as immediate message sending to a phone number.

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?

Provides clear prerequisites (E.164 phone format with country code) and specific handling instructions ('Si el usuario da un numero sin prefijo, preguntale el pais'). However, it lacks explicit comparison to alternatives like create_scheduled_message for delayed sending.

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

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