Skip to main content
Glama
GenieOS-0

GenieOS MCP Server

Official
by GenieOS-0

Preview SMS template

preview_sms_template
Read-only

Render transactional SMS with variables to preview the body, missing variables, and segment estimate without sending.

Instructions

Render a transactional SMS with variables and return the plain-text body, missing variables, and segment estimate. Does not send.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
variablesNoVariable map, e.g. { code: "482915" }
templateKeyYes
bodyTemplateNoOptional unsaved body to preview.
Behavior4/5

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

Annotations declare readOnlyHint=true, and description does not contradict. Description adds transparency by specifying return values (plain-text body, missing variables, segment estimate) and that it does not send. No mention of errors or limitations, but sufficient for read-only.

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?

Extremely concise: one main sentence plus a clarifying sentence. No wasted words, front-loaded with purpose.

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 read-only preview tool with 3 params and no output schema, the description covers key return values and behavior. Could mention error cases or prerequisites, but adequate for typical use.

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?

Schema coverage is 67% (variables and bodyTemplate have descriptions). Tool description does not add new meaning beyond schema for these params, and templateKey is not further explained. Baseline 3 is appropriate as schema handles most semantics.

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?

Description clearly specifies the action (render, return body, missing variables, segment estimate) and explicitly states it does not send. Distinguishes from sending tools like send_transactional_sms.

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

Usage Guidelines3/5

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

Description states what the tool does and that it doesn't send, but lacks explicit guidance on when to use over siblings like render_template or compose_template. Could add context like 'Use to preview before sending'.

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/GenieOS-0/mcp'

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