Skip to main content
Glama
wganalytics

mcp-whatsapp-giulia-ai

by wganalytics

send_message_to_phone

Send a text message to a phone number via WhatsApp. Provide the number in international format with country code and the message content to deliver it directly to the recipient's WhatsApp.

Instructions

Envia uma mensagem de texto para um número de telefone específico via WhatsApp. Esta ferramenta permite ao agente enviar mensagens diretamente para números de telefone individuais utilizando a API do WhatsApp. A mensagem será entregue ao destinatário somente se o número estiver registrado no WhatsApp. Args: cellphone (str): Número do telefone no formato internacional, incluindo código do país e DDD, sem caracteres especiais. se por acaso falta o 55, coloque 55 coloque o 55 na frente do numero. Mas o usuário tem que informa o DDD obrigatoriamente. Exemplo: '5511999999999' para um nú mero de São Paulo, Brasil. message (str): Conteúdo da mensagem a ser enviada. Pode conter texto formatado, emojis e quebras de linha. Returns: str: Mensagem indicando o resultado da operação: - "Mensagem enviada com sucesso" em caso de êxito - "Erro ao enviar mensagem: <descrição>" em caso de falha Raises: Exception: Possíveis erros durante o envio da mensagem, como: - Número inválido ou mal formatado - Número não registrado no WhatsApp - Problemas de conexão - Falha na autenticação - Formato inválido de mensagem

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes
cellphoneYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description fully discloses the delivery condition (only if registered), the success/error return messages, and a list of possible exceptions (invalid number, not registered, connection issues, authentication failure, invalid message format). This goes beyond basic operation and gives the agent a realistic expectation of behavior.

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 well-structured with clear Args, Returns, and Raises sections, making it easy to scan. It contains a slight redundancy in the opening sentences but every section adds meaningful information without excessive verbosity.

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

Completeness5/5

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

For a 2-parameter tool with no annotations and no schema descriptions, the description is remarkably complete. It covers purpose, parameter semantics, return values, and error conditions, leaving little ambiguity about how to invoke the tool and what to expect.

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

Parameters5/5

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

The schema provides only type strings with no descriptions, so the parameter details in the description are essential. It thoroughly explains 'cellphone' format (international, country code, DDD, no special characters, example) and 'message' content (text, emojis, line breaks), including the specific rule to prepend 55 if missing.

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 it sends a text message to a specific phone number via WhatsApp, using the verb 'Envia' and resource 'mensagem de texto para um número de telefone específico'. It distinguishes from the sibling tool 'send_message_to_group' by emphasizing 'números de telefone individuais'.

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 provides context that the message will only be delivered if the number is registered on WhatsApp, which is a key usage condition. It also implies the tool is for individual numbers, differentiating it from group messaging, though it does not explicitly name alternatives or state when not to use it.

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/wganalytics/mcp-whatsapp-giulia-ai'

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