Skip to main content
Glama

whatsapp_group_manage_leave

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

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.4/5.0
Behavior3/5

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

Annotations exist (readOnlyHint=false, destructiveHint=false) and the description adds context about admin requirements for 'most actions'. However, the description does not clarify what 'leave' specifically does (e.g., does it require admin? it shouldn't since leaving your own group is usually allowed for any member). The admin note says 'for most actions' which is ambiguous—does leave fall under that? No contradictions with annotations, but ambiguity about the actual behavior persists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description front-loads the admin requirement note but then presents a multi-action catalog when the tool is clearly meant for one action (leave). The '[Flattened action: leave]' marker at the end is cryptic and unexplained. The description would be more concise if it focused on the leave action and parameters actually relevant to it.

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?

With no output schema/info, no required parameters, and a confusing multi-action catalog, the description is incomplete. An agent cannot determine what a 'leave' invocation returns, whether it's reversible (can you rejoin?), or how the 'leave' action maps to the actual group_manage API. The tool's name says 'leave' but the description covers the whole CRUD surface—this mismatch creates real risk of misuse. The description doesn't explain what the return value or side effects look like.

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

Parameters2/5

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

Schema description coverage is 0% and there are 9 parameters with 0 required. The description provides parameter lists per action (e.g., leave: {group_jid}) but lacks critical information: no guidance on which parameters are required for leave (presumably group_jid), which parameters apply to other actions, what format participants/invite should take, or how the pre-bound action 'leave' interacts with all these parameters. An agent cannot confidently determine what parameters to provide for a leave operation.

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 lists a 'leave' action with a group_jid parameter, which clearly identifies the primary function. However, the description is heavily diluted by documenting multiple other actions (create, update, invite_link, join, requests) that are not the primary purpose of this tool. The '[Flattened action: leave]' note is confusing - if the tool is pre-bound to 'leave', why document other actions at all?

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?

The description mentions 'the connected account must be a group admin for most actions' which is helpful context, but does not clearly state when to use this specific leave tool vs sibling tools like whatsapp_group_manage_create, whatsapp_group_manage_invite_link, etc. The multi-action format suggests it's a catch-all tool, but there's no guidance on when to choose this vs the dedicated sibling tools that exist for create/update/join/requests/invite_link.

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.