Skip to main content
Glama
TecniForge

AndroidAPI net MCP

by TecniForge

androidapi_send_sms

Send a single SMS to a recipient using your linked Android device or gateway credits. Supports spintax in the message body.

Instructions

Send a single SMS to one recipient. Spintax supported in the message body.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
simNo[devices mode] SIM slot.
modeYes'devices' = linked Android device; 'credits' = gateway/balance.
phoneYesRecipient phone number (E.164 or local format).
deviceNo[devices mode] Device unique ID.
gatewayNo[credits mode] Gateway or partner device ID.
messageYesMessage body. Spintax supported.
priorityNo[devices mode] 0/1 = high priority (immediate), 2 = normal queue.
shortenerNoURL shortener ID to apply to links.
Behavior3/5

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

Annotations indicate a write operation (readOnlyHint=false, destructiveHint=false). Description adds spintax support but lacks details on side effects like cost, delivery, or error handling.

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—two sentences, front-loading the purpose. Every word is necessary and efficient.

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 straightforward single-SMS tool with full schema coverage, the description is adequate. It covers the core action and spintax, though it could mention mode distinction (devices/credits) explicitly.

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 provides 100% coverage with clear parameter descriptions. The description only re-emphasizes spintax, adding marginal value beyond the 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?

The description clearly states the tool sends a single SMS to one recipient, with spintax support. This distinguishes it from sibling tools like androidapi_send_sms_bulk.

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?

The description implies usage for single SMS sending, but no explicit guidance on when to use vs alternatives (e.g., bulk, WhatsApp) or context for mode selection.

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/TecniForge/androidapi-mcp'

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