Skip to main content
Glama

WhaTools — WhatsApp tools

generate_whatsapp_link

Generate a WhatsApp click-to-chat (wa.me) link with an optional phone number and pre-filled message. Runs locally; no message is sent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phoneNoRecipient phone number in international format (digits only; optional). Omit to create a share link with no specific recipient.
messageNoThe message to pre-fill in the chat (optional).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries full behavioral disclosure. It explicitly states 'Runs locally; no message is sent,' which is a key side-effect trait. However, it does not describe the exact return format or any other limitations, so it is not perfect.

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?

The description is a single, well-structured sentence that front-loads the purpose and includes the key behavioral note. Every word earns its place with no redundancy.

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 simple tool with two optional parameters and no output schema, the description provides sufficient context including local execution and message behavior. It lacks explicit return format details, but the tool's purpose makes this largely inferable. It is complete enough for effective selection and invocation.

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%, and the description merely restates 'optional phone number and pre-filled message' without adding any new meaning. The schema already provides detailed descriptions for both parameters, so the description adds no extra semantic value.

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 generates a WhatsApp click-to-chat (wa.me) link with optional phone and message, which is a specific verb+resource. It distinguishes from siblings like generate_bulk_whatsapp_links and generate_whatsapp_qr by focusing on a single link generation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for generating a single link, but does not explicitly mention when to use it instead of alternatives such as bulk generation or QR code creation. It includes a note about running locally and not sending a message, which gives some context, but lacks clear when/when-not guidance.

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.