Skip to main content
Glama
gambot-ai

gambot-mcp

Official

Get WhatsApp (WABA) connect link

gambot_get_waba_connect_link

Get a hosted URL to start Meta Embedded Signup, enabling customers to connect their WhatsApp Business account.

Instructions

Get the hosted page URL where the customer completes Meta Embedded Signup (the Facebook popup) to connect their WhatsApp Business account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organizationYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral burden. It states that the tool returns a hosted page URL, which is useful, but it doesn't mention whether any side effects occur, whether prior WABA configuration is needed, or what error cases may arise. 'Get' implies read-only, but this is not made explicit.

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?

The description is one focused sentence that front-loads the core action and return value. The parenthetical clarification about the Facebook popup is useful and not redundant. Every word earns its place.

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?

The description explains the return value (hosted page URL) and purpose, which is good for a simple one-parameter tool with no output schema. However, it leaves the organization parameter ambiguous and doesn't connect to the related sibling tool gambot_exchange_waba_token, so the full calling context is incomplete.

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 schema has one required parameter, 'organization', with no schema description and 0% coverage. The tool description never mentions the parameter, so it doesn't clarify whether organization is an ID, name, or slug. The parameter name provides some basic meaning, but the description fails to compensate for the schema gap.

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 ('Get') and identifies the exact resource: the hosted page URL for Meta Embedded Signup. It clearly distinguishes this from other Gambot tools by naming the Facebook popup flow and the WABA connection purpose.

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 for when to use the tool: when a customer needs to complete Meta Embedded Signup to connect their WhatsApp Business account. It doesn't name alternatives or exclusions, but the scenario is specific enough to guide selection.

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

Deploy Server

Other Tools