Skip to main content
Glama
virtualsms-io

VirtualSMS MCP Server

List Proxy Catalog

virtualsms_list_proxy_catalog
Read-onlyIdempotent

List available proxy pool types, countries, and price-per-GB. Use this before buying proxy traffic.

Instructions

List available proxy pool types, countries, and price-per-GB. Use this before buying proxy traffic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.3.2

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds minor context about the contents of the catalog but does not disclose details like response format or whether data is live/static. No contradictions 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 short sentences with no filler. The main listing purpose is front-loaded, and the usage guidance is placed immediately after. Every word contributes.

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

Completeness5/5

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

Given the tool has no parameters, rich annotations, and a simple informational purpose, the description is complete. It states the content of the catalog and the recommended usage context, which is all an agent needs to invoke it correctly.

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

Parameters4/5

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

The tool has zero parameters, so parameter-level documentation is unnecessary. The description meaningfully indicates what will be returned (pool types, countries, price-per-GB), which is the only semantic context needed for a parameterless tool.

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 ('List') and a clear resource ('available proxy pool types, countries, and price-per-GB'), which uniquely distinguishes this tool from siblings like list_proxies, list_proxy_locations, and list_services. It conveys exactly what information the catalog provides.

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 instruction 'Use this before buying proxy traffic' gives clear, actionable context for when to invoke the tool. It does not explicitly name excluded alternatives or contrast with buy_proxy/list_proxies, but the intended placement in the workflow is evident.

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