Skip to main content
Glama
victor-halla

wwebjs-mcp

by victor-halla

message_reply

Reply to a specific WhatsApp message by providing its ID, the chat ID, and the reply content. Sends the reply as a quoted response in the given session.

Instructions

[Message] Send a message as a reply

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatIdNoThe chat id which contains the message
contentNoThe content of the message, can be a string or an object
optionsNoThe message send options
messageIdNoUnique WhatsApp identifier for the message
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?

With no annotations, the description must carry the full burden of behavioral disclosure. It only states 'send as a reply' without explaining whether messageId is mandatory, what the response contains, what side effects occur, or how replying differs from sending new messages.

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, so it is concise but largely restates the tool name. It lacks structure but is not overly verbose, earning a middle score for brevity without added substance.

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 6 parameters, nested objects, and no output schema, the description is severely under-specified. It does not explain behavior, return values, prerequisites, or error conditions, making it inadequate for a complex messaging tool without relying heavily on schema and sibling 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?

Schema description coverage is 100%, so the baseline is 3. The description does not add semantic nuance beyond what the schema already provides; it only frames the operation as a reply, which is minimal extra value.

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 'Send a message as a reply' clearly identifies the action (send) and resource (a message as a reply), distinguishing it from sending a new message (client_sendMessage) or forwarding (message_forward). However, it could be more explicit about targeting a specific message via messageId.

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 guidance is provided on when to use this tool versus alternatives like client_sendMessage or message_forward. There is no mention of prerequisite context such as requiring chatId and messageId.

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