Skip to main content
Glama

Send WhatsApp message

send

Envia uma mensagem de WhatsApp pelo numero-ponte do Kontato. CASO SEGURO: se OMITIR "to", entrega no WhatsApp do PROPRIO DONO (self-notification). JANELA DE 24H: e resolvida AUTOMATICAMENTE pelo servidor — mande so "message"; se a janela do WhatsApp estiver fechada, o Kontato embrulha o texto num template aprovado e entrega mesmo assim (a resposta volta com via="template"). NAO pergunte ao dono sobre janela nem sobre template; nunca peca para ele "mandar oi" antes. REGRA TURN-BASED: voce nao executa trabalho no futuro; se pedirem algo recorrente ("todo dia me manda X"), faca a entrega de HOJE agora e oriente a registrar um schedule, nunca prometa entrega futura.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoDestino so com digitos, como texto ou numero. OMITA para enviar ao proprio dono (recomendado).
messageNoTexto da mensagem (obrigatorio quando NAO usar template).
owner_phoneNoNumero do DONO da conta (so digitos, como texto ou numero). Passe SEMPRE que souber: reativa a conta automaticamente quando a sessao MCP e nova (clientes stateless como o conector do claude.ai).
template_nameNoAVANCADO, normalmente DESNECESSARIO: a janela de 24h ja e tratada sozinha pelo servidor. Use apenas para escolher um template especifico. Templates disponiveis (nome, variaveis em ordem): kontato_aviso (1 variável: texto da notificação) — Notificação genérica do agente para o dono. É o template usado AUTOMATICAMENTE pela API quando a janela de 24h está fechada.; kontato_lembrete (1 variável: texto do lembrete) — Lembrete que o dono programou com o agente.; kontato_ativacao (2 variáveis: nome do destinatário, nome do agente ou da empresa) — Primeiro contato com um destinatário NOVO (traz botões "Ativar recebimento" / "Não quero receber")..
template_variablesNoVariaveis posicionais do template ({{1}}, {{2}}...), em ordem.

TDQS

A4.5/5.0
Behavior5/5

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

Discloses substantial server-side behavior beyond the annotations: automatic template wrapping when the 24h window is closed, the via='template' response marker, self-notification delivery behavior, and the turn-based constraint that no future work will be executed. These traits are not derivable from readOnlyHint=false, openWorldHint=true, or destructiveHint=false, and there is no contradiction with any annotation.

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?

Every sentence carries operational weight: purpose, safe case, 24h window, guardrails, and turn-based rule, with the most failure-prone rules front-loaded. The ALL-CAPS emphasis and single dense paragraph is stylistically heavy, but the length is justified by the number of critical behaviors that must be conveyed.

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 5-parameter, zero-required, no-output-schema tool, the description plus schema covers purpose, parameter semantics, window handling, self-notification, and the turn-based policy. The only gap is the standard response format — only the via='template' return marker is described — but this is a minor omission for a send operation.

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 description coverage is 100%, with each of the 5 parameters already richly documented (e.g., 'to' covers digit-only format and owner-omission behavior; template_name enumerates all templates with variable orders). The main description reinforces the usage context of 'to' and 'message' but adds no meaning beyond what the schema provides, so the baseline 3 applies.

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 opens with a specific verb+resource: 'Sends a WhatsApp message via the Kontato bridge number.' It goes beyond the title by specifying the bridge mechanism and immediately distinguishing a key variant (self-notification when 'to' is omitted), which separates it from siblings like reply and schedule.

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?

The description gives explicit when/when-not guidance: omit 'to' for self-notification, send just 'message' and let the server resolve the 24h window, never ask the owner to send a greeting first, and for recurring requests deliver today and direct the owner to register a schedule. It explicitly names the schedule sibling as the alternative for future/recurring work.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: provisioning, verification, sending, replying, scheduling, cancellation, listing schedules, viewing status, and browsing messages. There is no ambiguity between them.

Naming Consistency4/5

Most names follow a verb_noun pattern in snake_case (e.g., cancel_schedule, list_messages). A few are single verbs (provision, reply, schedule, send) or a noun (status), creating minor inconsistency but still understandable.

Tool Count5/5

9 tools is well-scoped for a WhatsApp messaging/scheduling service. Each tool addresses a distinct operation without being excessive or sparse.

Completeness5/5

The surface covers the full lifecycle: account setup (provision, verify), messaging (send, reply), scheduling (schedule, list, cancel), status checking, and message history. No obvious gaps for the stated domain.

Resources