Skip to main content
Glama
Pibot-Dev

sms-web2sms-mcp-server

by Pibot-Dev

check_status

Check SMS delivery status using the message ID from send_sms to verify if messages were delivered via web2sms.ro.

Instructions

Check SMS delivery status via web2sms.ro SOAP API

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoOverride web2sms.ro API key (optional)
api_secretNoOverride web2sms.ro API secret (optional)
message_idYesMessage ID returned by send_sms
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It merely says 'check status,' which implies a read operation, but it does not state safety, authentication requirements, or response format. The optional API key/secret overrides are not addressed in the description, leaving gaps for the agent.

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?

The description is a single, direct sentence with no redundant wording. It efficiently conveys the core function while remaining appropriately sized for the tool's simplicity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema, the description should clarify what the tool returns, but it does not. It also omits necessary context such as requiring a prior send_sms call and potential error conditions, making the tool under-specified for an agent to use correctly.

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?

The input schema provides descriptions for all three parameters, achieving 100% coverage. Since the description itself adds no extra parameter semantics, the baseline score of 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?

Clearly states the action ('Check SMS delivery status') and the target resource ('via web2sms.ro SOAP API'). This distinguishes it from sibling tools send_sms and check_balance, which have different purposes.

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?

There is no explicit when-to-use guidance or mention of alternatives. Usage is implied (e.g., after sending an SMS), but no exclusions or comparisons are provided, leaving the agent to infer context.

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/Pibot-Dev/sms-web2sms-mcp-server'

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