Skip to main content
Glama

whatsapp_group_manage_requests

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

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

D1.8/5.0
Behavior1/5

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

The description reveals only the admin requirement and lists actions, but it does not disclose side effects (e.g., revoking an invite link, rejecting users, leaving a group). It also contradicts the annotations: destructiveHint=false while the description includes 'leave', 'revoke', and 'approve'/'reject' actions, which are clearly state-changing/destructive operations. This is an annotation contradiction.

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 description is compact and front-loaded with a brief purpose line and bulleted action signatures. It avoids fluff and is reasonably scannable, but the inclusion of multiple unrelated actions in a tool named 'requests' and the cryptic '[Flattened action: requests]' line hurt clarity. It is appropriately sized but not well structured for its actual purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a complex multi-action tool with 9 parameters, no output schema, and minimal annotations. The description fails to explain how action dispatch works, what the return format is, what errors or edge cases exist, or how this tool relates to the numerous sibling group-management tools. For an agent to use it safely and correctly, much more context is required.

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?

The description provides action-specific parameter sets and optionality markers, covering most schema properties (name, participants, group_jid, description, link_action, invite, req_action, users). However, it never explains how the agent selects between the listed actions—there is no 'action' parameter in the schema. The 'account' parameter is also undocumented. With 0% schema coverage, the description needed to compensate more fully for these critical gaps.

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 appears to be for a general group lifecycle/admin tool, listing create, leave, update, invite_link, join, and requests. However, the tool name is specifically 'whatsapp_group_manage_requests', and separate sibling tools exist for most of these actions. This makes the tool's actual scope ambiguous and fails to distinguish it from siblings; the '[Flattened action: requests]' note adds further confusion rather than resolving it.

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 only usage guidance is the prerequisite that the connected account must be a group admin for most actions. No guidance is given on when to use this combined tool versus the separate sibling tools (e.g., whatsapp_group_manage_create, whatsapp_group_manage_leave), nor when to choose the requests action over other actions.

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.