Skip to main content
Glama
victor-halla

wwebjs-mcp

by victor-halla

client_sendMessage

Send a WhatsApp message to a specific chat by providing the chat ID and content. Supports text, media, locations, contacts, and polls for flexible communication.

Instructions

[Client] Send a message to a specific chatId

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatIdNoThe chat id which contains the message (Group or Individual)
contentNoThe content of the message, can be a string or an object
optionsNoThe message send options
sessionIdYesUnique identifier for the session (alphanumeric and - allowed)
contentTypeNoThe type of message content, must be one of the following: string, MessageMedia, MessageMediaFromURL, Location, Contact or Poll
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose potential side effects, authentication requirements, whether the message triggers read receipts, or any other behavioral traits. Sending a message is a mutation but no consequences are described.

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, concise sentence with no wasted words. It clearly front-loads the primary action and is appropriately sized for its limited scope.

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

Completeness2/5

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

For a tool with complex parameters (content can be an object, contentType has multiple allowed values, options is an object), the description is insufficient. It doesn't explain how to use contentType, what options are for, or the relationship between content and contentType. No output schema is provided, so the description should offer more context.

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?

The input schema already describes all parameters (100% coverage), so the baseline is 3. The description adds no additional semantic meaning beyond what the schema provides, so it stays at the baseline.

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

Purpose4/5

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

The description clearly states the verb 'Send' and the resource 'message to a specific chatId', which is specific. However, it doesn't distinguish from sibling tools like channel_sendMessage, which also sends a message but to a channel. The [Client] prefix gives some context but no explicit differentiation.

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?

The description provides no guidance on when to use this tool versus alternatives such as message_reply or channel_sendMessage. It simply states the action without mentioning appropriate scenarios or exclusions.

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/victor-halla/wwebjs-mcp'

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