Skip to main content
Glama
peter-tnc-453

guarded-whatsapp-mcp

wa_send_message

Send a WhatsApp text message to an allowlisted recipient after passing security validation (allowlist, rate limit, secret scan). If confirmation is needed, provide the returned confirm token.

Instructions

Send a WhatsApp text message to an allowlisted recipient. Passes through the full security gate (allowlist, secret scan, rate limit, confirmation). If the result has needs_confirm=true, re-call with the returned confirm_token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes
recipientYes
confirm_tokenNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description fully discloses the key behavioral aspects: passing through allowlist, secret scan, rate limit, and confirmation gates. It explains the conditional re-call pattern but omits details on error handling or specific rate limits.

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

Conciseness5/5

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

Two sentences with no filler. The first sentence states the core action, the second adds critical workflow detail. Every word contributes to understanding.

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?

The description adequately covers the main behavior but lacks details on the output schema's role (e.g., that it returns 'needs_confirm' and 'confirm_token'). It assumes knowledge of the security gate components without elaboration. For a tool with a confirmation workflow, more context would improve completeness.

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?

Schema coverage is 0%, so the description must compensate. It clarifies the 'confirm_token' parameter's role in the confirmation workflow. However, it does not specify the expected format for 'recipient' or any length constraints for 'message', leaving some ambiguity.

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 specific verb 'Send', the resource 'WhatsApp text message', and the constraint 'allowlisted recipient'. It effectively distinguishes from sibling tools like wa_send_file (sends files) and wa_preview (previews).

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 explicitly explains the security gate and the two-step confirmation workflow involving 'needs_confirm' and 'confirm_token'. It lacks explicit alternatives for when not to use this tool, but the context is sufficient for appropriate selection.

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/peter-tnc-453/guarded-whatsapp-mcp'

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