Skip to main content
Glama

whatsapp_group_manage_join

Group lifecycle/admin (the connected account must be a group admin for most actions). Actions:

  • create: { name, participants[] }

  • leave: { group_jid }

  • update: { group_jid, name?, description? }

  • invite_link: { group_jid, link_action: 'get'|'revoke' }

  • join: { invite } (invite code or full invite link)

  • requests: { group_jid, req_action: 'list'|'approve'|'reject', users? }

[Flattened action: join]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
usersNo
inviteNo
accountNo
group_jidNo
req_actionNo
descriptionNo
link_actionNo
participantsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior3/5

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

The description does add some behavioral context beyond annotations: it describes the group-administrator requirement and enumerates available action/parameter combinations. However, it does not disclose side effects, return shape, whether joining is idempotent, or how errors like invalid/expired invite are handled. Annotations already mark readOnly/destructive/idempotent hints as false, so the description carries a moderate burden and only partially fulfills it.

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 action-list format is compact and scannable, but the description spends most of its length on actions that are not actually the flattened action. For the join tool, the create/leave/update/invite_link/requests entries are excessive, though the final '[Flattened action: join]' note helps orient the reader.

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?

The tool has 9 optional parameters, no output schema, and sparse annotations, so the description needs to provide more complete operational context. It fails to explain return values, required parameters, handle behavior, or account selection. The admin note and action mapping are helpful, but for a complex multimode tool this is not enough for reliable invocation.

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 0%, so the description must compensate; it partially does by mapping invite to 'invite code or full invite link,' and by listing group_jid, req_action, link_action, etc. in the action bullets. However, the 'account' parameter is unexplained, no parameters are marked required, and there is no per-field parameter documentation beyond the terse action notation.

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

Purpose3/5

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

The description includes 'join: { invite } (invite code or full invite link)' and ends with '[Flattened action: join]', so the intended action is identifiable. However, it leads with the broad phrase 'Group lifecycle/admin' and lists multiple unrelated actions (create, leave, update, invite_link, requests), making the tool's precise purpose ambiguous compared to its name and sibling tools.

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 explicit guidance on when to use this tool versus the many sibling group-management tools, such as whatsapp_group_manage_create, whatsapp_group_manage_leave, or whatsapp_group_manage_invite_link. The only usage-related note is 'the connected account must be a group admin for most actions,' but it does not explain whether that applies to joining via invite, nor does it specify prerequisites or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.