Skip to main content
Glama

whatsapp_send_message

Send a WhatsApp message from an AI agent on macOS using Pilot MCP.

Instructions

Send a WhatsApp message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • server.js:87-87 (registration)
    The tool 'whatsapp_send_message' is registered in the TOOLS array as part of a stub/inspection MCP server. It is declared at index position for 'whatsapp_send_message' along with its description 'Send a WhatsApp message'. The actual implementation is not present in this file — this is a stub server that returns a placeholder message telling users to install the real Local MCP binary.
    ["whatsapp_send_message", "Send a WhatsApp message"],
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. 'Send' implies a mutation operation, but there is no mention of prerequisites (e.g., an active chat), permission needs, or consequences (e.g., message history updates). The agent is left guessing about the tool's side effects.

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

Conciseness3/5

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

The description is a single short sentence, which is concise, but it lacks necessary detail. Conciseness should not come at the cost of completeness, and here it fails to provide adequate information.

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

Completeness1/5

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

Given the complexity of sending a message (requiring recipient and content), the description is entirely inadequate. Without parameters, output schema, or annotations, the agent has no guidance on how to use the tool effectively. The description is essentially a placeholder.

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

Parameters1/5

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

The input schema is empty, and the description does not explain that no parameters are needed or clarify how to specify recipient and content. For a messaging tool, this is a critical omission; the description adds zero semantic value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Send a WhatsApp message' is a near-tautology of the tool name, providing no additional clarity on the type of message or how the operation is performed. It fails to differentiate from sibling tools like whatsapp_send_file.

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

Usage Guidelines2/5

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

No usage guidelines are provided. The description does not indicate when to use this tool versus alternatives such as whatsapp_send_file or whatsapp_read_messages, leaving the agent without decision support.

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/lanchuske/local-mcp-releases'

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