Skip to main content
Glama

Follow Channel

wa_follow_channel

Follow a WhatsApp Channel from one of your accounts using its link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYesthe account to follow from, as returned by wa_list_accounts
channel_linkYesthe channel link (https://whatsapp.com/channel/…) or bare invite key

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

C2.9/5.0
Behavior2/5

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

The annotations show the operation is not read-only, not idempotent, and not destructive, but they don't explain what side effects occur. The description adds no details about prerequisites, account-state changes, duplicate follows, or response behavior, so it adds minimal behavioral value.

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

Conciseness4/5

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

The description is a single, direct sentence with no filler. It is efficient and front-loaded, though it partly restates the title and parameter schema.

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

Completeness3/5

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

With an output schema present and two fully documented parameters, the core call is understandable. However, it lacks guidance on sibling tool routing, prerequisites such as having a paired account, and behavior on duplicate follows, leaving the description minimally viable but not complete.

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 coverage is 100%, with both account_id and channel_link already described, including the channel_link format. The description adds no additional semantic detail, so it meets the baseline but does not improve parameter understanding.

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 description clearly names the action (follow), the object (WhatsApp Channel), and the mechanism (from one of your accounts using its link). It is specific and readable, though it doesn't explicitly differentiate from nearby siblings like wa_join_group or wa_list_channels.

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?

No guidance is given on when to use this tool versus alternatives such as wa_join_group or wa_list_channels. The only contextual hint, 'from one of your accounts', is already implied by the schema, so the description provides little situational direction.

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