Skip to main content
Glama

whatsapp_group_manage_invite_link

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

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

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

The description provides no details on side effects, request outcomes, or return values. For example, it does not explain whether 'revoke' invalidates existing invite links or how 'approve' affects pending requests. Without annotations to cover these aspects (readOnlyHint false, destructiveHint false), the description carries the full responsibility but remains incomplete and potentially misleading given the tool's name versus its described scope.

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 is a dense block of text covering multiple actions, which is not concise for a tool that likely has a single intended purpose. It front-loads a general admin requirement but then sprawls into unrelated actions, making it hard to parse. The critical invite_link action is buried in the middle, and the final note adds confusion rather than 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?

Given the tool's name, the context is incomplete: it does not focus on invite link management, nor does it explain how to obtain or revoke links, or how to handle requests. There is no output schema, so the description should specify return values, which it does not. The tool appears redundant given the existence of sibling tools, and the description fails to clarify its unique role.

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 input schema has 9 parameters with 0% description coverage. While the description lists parameter names for each action (e.g., 'name, participants[]' for create), it does not explain their meaning or constraints. Only 'invite' is partially described as 'invite code or full invite link'. The description does not compensate for the schema's lack of documentation, leaving many parameters ambiguous.

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 lists five distinct actions (create, leave, update, invite_link, join, requests) while the tool name suggests it is specifically for invite_link management. This broad scope fails to distinguish it from sibling tools like whatsapp_group_manage_create, whatsapp_group_manage_join, etc., and does not clearly state that the tool is actually for invite link operations. The final note '[Flattened action: invite_link]' is ambiguous and does not resolve the confusion.

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 that the connected account must be a group admin for most actions, which is a useful prerequisite. However, it does not explain when to use this tool versus the dedicated sibling tools for each action, such as whatsapp_group_manage_create for creating groups. There is no explicit guidance on alternative tools or when to choose this composite tool.

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.