Skip to main content
Glama

whatsapp_group_manage_update

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: update]

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.6/5.0
Behavior2/5

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

With no helpful annotations beyond false hints, the description carries the burden of disclosing side effects but only lists actions. Leaving groups, revoking invite links, and rejecting requests are consequential administrative actions, yet the description does not explain their effects, irreversibility, or per-action permission requirements.

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 bulleted action list is compact and scannable, but the overall structure confuses because it describes all lifecycle actions in a tool named 'update'. The '[Flattened action: update]' note is jargon and undermines clarity.

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 multi-action tool with 9 parameters and no output schema, this description is incomplete: it does not explain return values, error behavior, which specific permissions each action needs, or how the 'account' parameter is used. The admin prerequisite is the only meaningful contextual detail.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, but the action blocks add meaning by grouping parameters per action, marking optional fields with '?', and explaining enum values like link_action and req_action. It also clarifies that 'invite' accepts a code or full link, though it omits the 'account' parameter.

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

Purpose2/5

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

The description calls this 'Group lifecycle/admin' and lists many actions, but the tool name is 'whatsapp_group_manage_update' and sibling tools already cover create, leave, join, invite_link, and requests. The closing '[Flattened action: update]' is cryptic and does not clearly distinguish this tool from its siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides useful contextual guidance by noting the connected account must be a group admin for most actions. However, it never explains when to prefer this tool over the sibling-specific group management tools, nor does it say which actions require admin.

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.