Skip to main content
Glama
mojawave

MojaWave MCP

Official
by mojawave

send_sms

Send a single SMS message to a recipient phone number, with optional future delivery scheduling. Requires recipient, message content, and sender ID.

Instructions

Send a single SMS message, optionally scheduled for future delivery.

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

Args: to: Recipient phone number in E.164 format (e.g. +255712345678). message: SMS text content (max 1600 characters). sender_id: Sender ID shown to the recipient (1-11 alphanumeric chars, e.g. MYAPP). Use list_sms_sender_ids to find approved IDs. If none exist, use 'MojaWave' as the default shared sender ID. schedule_at: Optional future delivery time in ISO-8601 UTC (e.g. 2026-06-15T09:00:00Z). Leave empty to send immediately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
messageYes
sender_idYes
schedule_atNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses credit spending, required confirmation, optional scheduling, and default sender ID. It doesn't cover error handling or return values, but provides solid behavioral context for a sending tool.

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 efficiently structured: one sentence of purpose, one usage warning, then bullet-like args. Every sentence adds value, no redundancy, and key details are front-loaded.

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?

Given 4 params (one optional) and an output schema (not shown), the description covers all needed context: credit spending, sender selection, scheduling options, and parameter formatting. It's complete for effective use without further aid.

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?

Schema coverage is 0%, so the description wholly defines parameters: 'to' format (E.164), 'message' max length (1600), 'sender_id' constraints (1-11 alphanumeric) with guidance, and 'schedule_at' format (ISO-8601 UTC). This adds significant meaning beyond the schema's bare types/titles.

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 clearly states 'Send a single SMS message, optionally scheduled for future delivery,' with a specific verb and resource. It distinguishes from siblings like 'send_bulk_sms' (multiple) and 'get_message' (retrieval), making the tool's purpose unambiguous.

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 warns to confirm with the user and mentions credit consumption, plus directs to 'list_sms_sender_ids' for approved sender IDs. It lacks explicit 'when not to use' or alternatives like 'send_bulk_sms', but the guidance is sufficient for typical use.

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