Skip to main content
Glama
gambot-ai

gambot-mcp

Official

Send WhatsApp text

gambot_send_text

Send a free-text WhatsApp message to a customer within the 24-hour service window. For messages outside that window, use the template tool instead.

Instructions

Send a free-text WhatsApp message. Only works inside the 24-hour customer service window; outside it, use gambot_send_template.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesPhone number, ideally E.164 international format (country code, digits only, no leading 0), e.g. 972501234567 or 12025551234. A local/national number (e.g. leading 0) is accepted when a country is provided — or when the organization has a saved country from onboarding; otherwise it's rejected as ambiguous.
textYesMessage body
countryNoISO-3166 alpha-2 (e.g. 'US','IL') to internationalize a local/national number in `to`. Optional if the organization has a saved country (set at onboarding).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations are absent, so the description carries the behavioral disclosure burden. It discloses a critical WhatsApp policy constraint—the 24-hour window—and notes the fallback path for out-of-window sends. It does not describe response behavior or delivery semantics, but the core behavioral trait is clearly surfaced.

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 a single, tight sentence with the core action first and the constraint/alternative immediately after. Every word earns its place, and there is no redundant restatement of the title or schema.

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 send tool with fully documented parametershare, the description covers the main selection logic and behavioral constraint. It omits what the response contains or whether delivery is guaranteed, but those are secondary given the simplicity of the operation and the rich schema.

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 the schema already explains `to`, `text`, and `country` in detail, including E.164 formatting and country ambiguity handling. The description adds little parameter-level information beyond calling the message 'free-text', so a baseline 3 is appropriate.

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 states a specific action ('Send a free-text WhatsApp message') and clearly names the resource. It also distinguishes this tool from gambot_send_template by emphasizing 'free-text', so an agent can tell them apart at a glance.

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

Usage Guidelines5/5

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

The description gives an explicit condition for use ('inside the 24-hour customer service window') and names the exact alternative for the opposite case ('use gambot_send_template'). This is direct when-to-use and when-not-to-use guidance.

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