Skip to main content
Glama
wiesson

sipgate-mcp

by wiesson

send_sms

Destructive

Send an SMS to a recipient with a verified SMS-capable sipgate extension and retrieve the relevant account history snapshot before and after sending.

Instructions

CHANGES THE SIPGATE ACCOUNT AND MAY INCUR CHARGES: send an SMS after verifying an SMS-capable extension. Reads and returns the relevant before/after history snapshot; history can update asynchronously.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sms_idNoSMS extension ID; the first available extension is used when omitted
messageYes
send_atNoOptional Unix timestamp in seconds
user_idYesOwner of the SMS extension
recipientYes
Install Server

TDQS

A4.3/5.0
Behavior5/5

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

The annotations already indicate destructive/read-only/idempotent hints, and the description adds material context beyond them: charges may be incurred, the account is changed, verification is required, and the returned history can update asynchronously. No contradiction with annotations.

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 tight sentences, front-loaded with the most decision-relevant warning about charges and state changes before the action. Every clause adds information and no schema details are repeated.

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 5-parameter destructive tool with no output schema, it covers prerequisites, side effects, costs, and the async return behavior. It could specify message/recipient expectations or failure semantics explicitly, but the schema plus warning make it reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 60% schema coverage, the schema leaves message and recipient undocumented except for the recipient pattern. The description adds no per-parameter meaning beyond the generic 'send an SMS' and the SMS-capable extension hint, so it does not compensate for the gap.

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?

States a specific verb and resource: 'send an SMS' on the SIPGATE account, with an added constraint 'after verifying an SMS-capable extension'. The action is unambiguous and naturally distinguished from siblings like initiate_call and set_dnd.

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?

Provides clear context for when to invoke: send an SMS after verifying an SMS-capable extension. It also signals prerequisites and cost/state-change implications, but it does not name alternatives or explicit when-not-to-use scenarios.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/wiesson/sipgate-mcp'

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