Skip to main content
Glama
mojawave

MojaWave MCP

Official
by mojawave

send_bulk_sms

Send the same SMS to up to 10,000 recipients in one request. Processed asynchronously with immediate job ID for tracking.

Instructions

Send the same SMS to up to 10,000 recipients. Processed asynchronously — returns a job_id immediately; use get_bulk_sms_job to track progress.

Confirm the recipient list size, message, and sender_id with the user first — this spends real credits.

Args: recipients: List of phone numbers in E.164 format (1-10,000). message: SMS text content (max 1600 characters). sender_id: Sender ID (1-11 alphanumeric chars). Use list_sms_sender_ids to find approved IDs, or 'MojaWave' as the default fallback. name: Optional campaign name for your reference (e.g. "June Promo").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
messageYes
sender_idYes
recipientsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Discloses asynchronous processing with immediate job_id return, and credit spending. No annotations provided, so description handles transparency well but could mention error handling or rate limits for completeness.

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?

Concise yet comprehensive: three sections (action, async note, warning) followed by clean parameter list. No redundant sentences, all details earned.

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

Completeness5/5

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

Complete for a complex tool: covers async behavior, credit cost, confirmation requirement, parameter constraints, and references sibling tools for tracking and sender ID lookup. Output schema exists so return details are not needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Despite 0% schema coverage, description fully compensates by detailing each parameter: recipients (E.164, 1-10k), message (max 1600 chars), sender_id (1-11 alphanumeric, with tool reference and default), name (optional campaign name). Adds constraints, types, and examples beyond schema.

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?

Clear verb 'send', resource 'SMS', and scope 'up to 10,000 recipients' directly stated. Distinguishes from send_sms by specifying bulk and async processing.

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?

Explicitly advises confirming recipient list, message, and sender_id with the user first, noting credit cost. Recommends using get_bulk_sms_job for tracking and list_sms_sender_ids for sender_id lookup. Provides default fallback sender_id.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mojawave/mojawave-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server