Skip to main content
Glama
zhy1369800

VPS MCP Server

by zhy1369800

send_sms

Send SMS messages via Twilio. Requires recipient's phone number in E.164 format and message body to dispatch text alerts or notifications.

Instructions

使用 Twilio API 发送短信 (SMS)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes接收方手机号(E.164 格式,示例: +86xxxxxxxxxxx)
bodyYes短信文本内容
fromNo发送方 Twilio 号码,默认读取环境变量 TWILIO_FROM_NUMBER
authTokenNoTwilio Auth Token,默认读取环境变量 TWILIO_AUTH_TOKEN
accountSidNoTwilio Account SID,默认读取环境变量 TWILIO_ACCOUNT_SID
Behavior2/5

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

No annotations provided. The description only states it sends SMS, with no disclosure of behavioral traits like delivery confirmation, error handling, 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.

Conciseness4/5

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

Single sentence, no redundant information. Efficiently communicates the core function.

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?

Simple tool with 5 parameters and no output schema. Description covers the basic action but lacks return value hints. Adequate for straightforward usage.

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 100%, with each parameter having a description. The tool description adds no extra meaning beyond the schema, so baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it sends SMS using Twilio API. The verb '发送' (send) and resource '短信' (SMS) are specific, and the tool is distinct from sibling tools which are not messaging-focused.

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 guidance on when to use this tool versus alternatives (e.g., http_request for general API calls). No context on prerequisites or limitations.

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/zhy1369800/vps-mcp-server'

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