Skip to main content
Glama

Send SMS — World (EU + APAC + LATAM core, Telnyx)

phone.telnyx.sms_world

Send SMS to international destinations outside North America and premium tiers. Supports countries such as UK, EU, Australia, Japan, India, and many others at $0.10 per message.

Instructions

⚡ ACTION: Send SMS to most international destinations: UK +44, EU (DE/FR/IT/ES/NL/PL...), AU +61, JP +81, IN +91, BR +55, MX +52, ZA +27, IL +972, AE +971, SG +65, KR +82. $0.10/message. Returns 400 if destination is in NA tier (use telnyx.send_sms_na) or premium tier (use telnyx.send_sms_premium) (Telnyx)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesRecipient phone number in E.164 format (e.g. "+14155551234"). Trial accounts can only send to verified destination numbers added in the Telnyx portal.
fromYesSender phone number in E.164 format — must be a Telnyx number you own (e.g. "+15551234567"). Provision via Telnyx portal Numbers > Buy Numbers.
textYesSMS body text (max 1600 chars; >160 splits into multiple billing segments).
messaging_profile_idNoOptional Telnyx messaging profile UUID to route through a specific profile (10DLC campaign, sender pool).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoTool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response.
errorNoPresent only when the call failed. Includes error code, message, request_id, and any provider-specific extras.
Behavior4/5

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

The description reveals behavioral traits beyond annotations: it states the cost ($0.10/message) and that it returns HTTP 400 for wrong tiers. Annotations indicate a write operation (readOnlyHint=false) and non-idempotence, which aligns with sending a message. The description adds value by disclosing specific error conditions and pricing, which are not in annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (70 words) and front-loaded with the action and destination scope. It uses a clear format with country code examples and a note on error handling. Every sentence adds value, though the list could be slightly more tabular. No wasted words.

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 tool with 4 parameters and an output schema (present), the description covers purpose, geographical scope, pricing, and error conditions. It lacks explicit mention of success response format, but the output schema likely provides that. It also omits rate limits or delivery guarantees, but given the sibling differentiation and schema richness, it is fairly complete.

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 input schema already describes all parameters well (E.164 format, required vs optional). The description adds a list of example country codes, which indirectly clarifies the 'to' parameter's allowed values but does not add new semantic meaning beyond the schema. With 100% schema coverage, the baseline is 3, and the description does not elevate it 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 clearly states it sends SMS to international destinations with a verb-action pairing ('Send SMS') and specifies the resource (world destinations). It lists example country codes and differentiates from siblings by explicitly naming the alternative tools for NA and premium tiers.

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 provides explicit guidance on when not to use this tool: when the destination is in NA or premium tiers, instructing the agent to use send_sms_na or send_sms_premium. It also mentions the cost per message. However, it does not elaborate on prerequisites beyond what the schema parameters cover (e.g., owning a Telnyx number).

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/whiteknightonhorse/APIbase'

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