Skip to main content
Glama

Join Group

wa_join_group

Join a WhatsApp group from one of your accounts using its invite link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYesthe account to join from, as returned by wa_list_accounts
invite_linkYesthe group invite link (https://chat.whatsapp.com/…) or bare code

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsNothe rows of a list operation
statusYesok (the operation succeeded) or refused (nothing was done)
refusalNopresent only when status is refused
summaryNoa human-readable result
group_jidNothe new group's JID (wa_create_group only) — use it as wa_send_message's 'to'
invite_linkNothe group's invite link (wa_create_group or wa_get_group_invite_link)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already disclose that the operation is not read-only, not idempotent, and not destructive. The description adds the concrete mutation (joining a group via an invite link) but does not go further, e.g., whether approval-required groups yield only a pending state or how invalid/expired links fail. That missing nuance keeps this from a 4, but the action itself is transparent.

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

Conciseness5/5

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

A single, front-loaded sentence of about 14 words states the verb, object, scope, and required input with zero filler. Every phrase earns its place; there is no redundant background or promise about return values.

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

Completeness4/5

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

For a low-complexity mutation with two fully documented parameters and an output schema, the description is nearly sufficient. It could additionally note behavior for approval-required or already-joined groups, but nothing necessary to pick the tool or fill the required inputs is absent.

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?

Schema description coverage is 100%, and both parameters (account_id and invite_link) are already well described, including the hint that invite_link may be a bare code. The description's 'from one of your accounts' and 'using its invite link' paraphrase the schema without adding new semantic information, so it stays at the baseline.

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

Purpose5/5

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

The description uses a specific action ('Join') on a clear resource ('a WhatsApp group') with the mechanism ('invite link') and scope ('from one of your accounts'). This distinguishes it from siblings such as wa_create_group, wa_add_participants, and wa_get_group_invite_link without needing to open the schema.

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

Usage Guidelines4/5

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

'From one of your accounts' and 'using its invite link' give clear contextual conditions for when to call the tool: the agent already has an account ID and an invite link or bare code. It doesn't explicitly name alternatives or exclusions, but the scope language sufficiently separates joining from adding participants or creating groups.

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.

Resources