Skip to main content
Glama
virtualsms-io

VirtualSMS MCP Server

Test Proxy Connectivity

virtualsms_test_proxy

Make one request through a proxy and report the exit IP, country, city, ISP, and latency. Proves the proxy works and which country it exits from. Consumes a small amount of the proxy's GB allocation.

Instructions

Make one request through a proxy and report the exit IP, country, city, ISP, and latency. Proves the proxy works and which country it exits from. Consumes a small amount of the proxy's GB allocation. Rate-limited to about once per 20 seconds per proxy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryYesISO-2 country to test the exit IP through (e.g. "us", "gb")
sessionNoConnection session type (default: rotating)
protocolNoProtocol to test (default: http)
proxy_idYesProxy ID returned by list_proxies or buy_proxy

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.3.2

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the annotations, the description discloses that the tool 'Consumes a small amount of the proxy's GB allocation' and is 'Rate-limited to about once per 20 seconds per proxy.' These are useful behavioral traits not captured by the schema or 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?

The description is three sentences with no wasted words. The primary action and result are front-loaded, and the behavioral caveats are stated compactly at the end.

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?

There is no output schema, so the description appropriately lists the expected report fields: exit IP, country, city, ISP, and latency. It also covers resource consumption and rate limiting, making the tool sufficiently understandable for correct invocation.

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 description coverage is 100%, so the schema fully documents all four parameters. The description adds no additional parameter-level guidance, keeping it at the baseline.

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 uses a specific verb and resource: 'Make one request through a proxy and report the exit IP, country, city, ISP, and latency.' This clearly identifies the tool's function and scope, distinguishing it from sibling tools like rotate_proxy or buy_proxy.

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?

The description states clear usage context: 'Proves the proxy works and which country it exits from.' This tells an agent when to use the tool, though it does not explicitly name alternatives or exclusion conditions.

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