Skip to main content
Glama

sms-send_template

sms-send_template

Send a templated SMS message by providing a template name, parameters, and recipient phone number. Optionally link the SMS to a case.

Instructions

Sends a templated SMS message. Renders the template with provided params and sends via Twilio.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
case_idNoOptional case ID to store the SMS as a CaseFileItem (@rid format)
paramsYesTemplate parameters as a JSON object. Required fields depend on the template.
templateYesTemplate name (e.g., 'invoice_reminder', 'payment_received'). Use sms-list_templates to see available templates.
toYesRecipient phone number in E.164 format (e.g., +15551234567)
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only mentions rendering and sending via Twilio, but omits side effects (e.g., storing as CaseFileItem if case_id provided), rate limits, or cost implications.

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 concise sentences with no wasted words. The primary action ('Sends a templated SMS message') is front-loaded, and the mechanism is stated directly.

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?

For a tool with 4 parameters and no output schema, the description covers the core action but lacks details on return values, error handling, or prerequisites. It is adequate but not comprehensive.

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?

Input schema has 100% description coverage, so each parameter is already well-documented. The description adds minimal extra meaning, just confirming the template is rendered with params. 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 clearly states the tool sends a templated SMS message by rendering a template with given parameters and sending via Twilio. It effectively distinguishes from siblings like sms-send (plain text) and sms-list_templates.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. It does not mention when not to use (e.g., for plain messages use sms-send) or prerequisites like having an SMS configuration.

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/mstang/casemgr-mcp'

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