Skip to main content
Glama
Akram-Atassi

claude-whatsapp-mcp

by Akram-Atassi

Link or unlink community groups

link_group_to_community

Move existing WhatsApp groups into a community as subgroups, or remove them. Requires admin rights for both.

Instructions

Move existing groups into a community as subgroups, or remove them from it. You must be an admin of both the community and each group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNolink
groupsYesGroup names or jids
communityYesCommunity name or jid

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses the admin requirement and the link/unlink semantics, but does not mention side effects, reversibility, error conditions, or what happens to a group after unlinking. This is acceptable but not rich.

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?

Two sentences with no filler. The core behavior comes first and the permission prerequisite is included compactly.

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 simple three-parameter tool with no output schema and no annotations, the description covers the operation, the admin requirement, and the target resource. It is slightly thin on post-action effects and edge cases, but generally sufficient for correct invocation.

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 already documents community and groups with 'name or jid' descriptions, and action has an enum plus default. The description adds the conceptual 'subgroup' relationship but does not meaningfully extend the schema's parameter documentation.

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 verb and resource: moving existing groups into a community as subgroups or removing them. This clearly differentiates the tool from group-creation and community-creation siblings.

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?

The description gives clear context: it operates on existing groups, not newly created ones, and includes the admin-of-both prerequisite. It does not explicitly name alternatives or state when not to use it, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.