Skip to main content
Glama
gambot-ai

gambot-mcp

Official

Test campaign (single recipient)

gambot_test_campaign

Send a single-recipient test message to preview a template or free-text message before launching a full broadcast.

Instructions

Send a single-recipient TEST of a template or free-text message. Great for previewing before a full broadcast.

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.
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).
messageNo
variablesNoTemplate variables, e.g. { var1: 'Dana' }.
templateIdNo
messageTypeNoDefaults to Template if templateId is set.
fromNumberIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. 'TEST', 'single-recipient', and 'previewing' disclose that this is a scoped, non-broadcast action, but it does not clarify side effects such as whether a real message is delivered, whether a campaign record is created, or how results are returned.

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, front-loaded with the core operation and followed by the usage context. No filler or redundancy.

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 is sufficient for tool selection and basic invocation, and the schema documents several parameters well. But with no output schema and no annotations, important context is missing: what the tool returns, whether the test message is actually sent, and whether the operation has side effects beyond the single recipient.

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 description adds useful high-level meaning by indicating that either a template or a free-text message can be sent, which guides the use of templateId vs message. However, schema coverage is only 57%, and the description does not compensate for undocumented parameters like fromNumberId or clarify the messageType behavior further.

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 ('Send') and resource ('single-recipient TEST of a template or free-text message'), and clearly scopes the operation as a preview rather than a full broadcast. This differentiates it from siblings like gambot_send_template and gambot_send_campaign even without naming them.

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?

It explicitly identifies the intended context: 'Great for previewing before a full broadcast.' This gives clear when-to-use guidance, though it does not state exclusions or explicitly name alternative tools.

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