Skip to main content
Glama

whatsapp_group_manage_create

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

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

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

Annotations already provide readOnlyHint=false and destructiveHint=false. The description adds that 'the connected account must be a group admin for most actions,' which is useful context, but it does not describe the side effects of creating a group (e.g., new group created, members added) or any error conditions.

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 fairly concise but includes a redundant list of all group management actions (create, leave, update, etc.) when only the create action is relevant. This adds noise, though it is not overly verbose.

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 description falls short on completeness for a create operation. It does not mention expected outcomes, return values (e.g., group ID), or how parameters like 'participants' are used (e.g., adding members). The admin note is helpful but insufficient for full understanding.

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?

The schema has no descriptions, and the description only lists parameter names in a shorthand format (e.g., { name, participants[] }). It maps 'name' and 'participants' to the create action, but does not explain their types, constraints, or how they are used beyond the literal names. This is partial coverage.

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

Purpose4/5

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

The tool name and the '[Flattened action: create]' note clearly indicate the primary purpose is to create a WhatsApp group. However, the description lists multiple group management actions (leave, update, etc.) which could confuse, though the flattened action disambiguates.

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 does not explicitly state when to use this tool versus sibling tools like whatsapp_group_manage_leave or whatsapp_group_manage_update. It only mentions admin requirements, which applies to most actions, not specific selection guidance.

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.