Skip to main content
Glama
victor-halla

wwebjs-mcp

by victor-halla

channel_sendMessage

Send messages to a WhatsApp channel by providing channel ID and content. Supports text or media with optional send settings.

Instructions

[Channel Chat] Sends a message to this channel

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chatIdNoThe channel id
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
Behavior2/5

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

With no annotations provided, the description must carry the burden of behavioral disclosure. It only states the action 'Sends a message' without mentioning side effects, permissions, return values, or error behavior. There is no contradiction with annotations because none exist.

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, efficient sentence that immediately states the tool's purpose without any redundant words. It is perfectly concise and front-loaded.

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?

Despite the moderate complexity of five parameters, nested objects, and no output schema, the description provides no extra context about the channel messaging scenario, content types, or expected outcomes. It leaves significant gaps for the agent to infer.

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 describes all five parameters with 100% coverage, so the description does not need to add parameter details. It also does not add any semantics beyond what the schema already provides, warranting a baseline score of 3.

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 'Sends a message to this channel' with a specific verb and resource. The '[Channel Chat]' prefix helps distinguish it from generic client_sendMessage, though it could be more explicit about the channel-specific context.

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?

There is no guidance on when to use this tool versus alternatives like client_sendMessage or message_reply, nor any mention of prerequisites or exclusions. The description only states what the tool does, not when to choose it.

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