waha_add_group_participants
Add participants to a WhatsApp group by providing the group ID and a list of participant numbers.
Instructions
Add participants to a group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | ||
| participants | Yes |
Add participants to a WhatsApp group by providing the group ID and a list of participant numbers.
Add participants to a group
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | ||
| participants | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of disclosing behavioral traits. It only states the basic operation, omitting side effects, permissions, duplicate handling, and error scenarios. This is a significant transparency gap for a mutation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence with no filler, which is efficient. However, it is so brief that it borders on under-specification, missing opportunities to add useful context about parameters or usage.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has two required parameters, no annotations, and no output schema. The description does not cover return values, prerequisites, edge cases, or behavioral expectations, making it inadequate for reliable agent invocation despite the tool's apparent simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain the parameters groupId and participants beyond what the schema already provides. It adds no semantic meaning about formats, relationships, or constraints, failing to compensate for the low coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (add) and the resource (participants to a group), making the tool's purpose unambiguous. However, it does not explicitly compare with sibling tools like waha_remove_group_participants, though the add/remove distinction is implicit from the name.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 such as removing participants or creating a group. It neither lists prerequisites nor provides exclusions, leaving the agent without context for selecting this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yusufekorman/waha-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server