Skip to main content
Glama
momentum100

SMS-Activate MCP Server

by momentum100

get_top_countries

Find countries with available phone numbers for a specific service. Enter the service code (e.g., 'tg' for Telegram) to see a ranked list of countries.

Instructions

Get top countries for a specific service

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serviceYesService code (e.g., "tg" for Telegram, "wa" for WhatsApp)
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It only says 'Get top countries' without explaining what 'top' means (e.g., by volume), what the return format is, or any ordering/limitations. This is insufficient for the agent to predict the tool's behavior.

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, efficient sentence that directly states the tool's purpose without any filler. Every word earns its place, making it highly concise and well-structured.

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?

Given the tool has no output schema and no annotations, the description should compensate by explaining what the response contains or how results are ordered. It does not, leaving the agent uncertain about the output's nature and the meaning of 'top'. This is a clear completeness gap.

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 schema description covers 100% of the parameter 'service' with examples. The description adds the phrase 'specific service' which aligns with the schema but does not add new semantic meaning beyond what the schema already provides. Baseline 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?

The description uses a specific verb 'Get' with a clear resource 'top countries' and scope 'for a specific service'. This distinguishes it from siblings like get_countries (which likely returns all countries) by adding the 'top' qualifier and service parameter.

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?

The description implies usage when you need top countries for a specific service, but it provides no explicit when-to-use or exclusion criteria. It does not reference alternatives like get_countries, so it lacks explicit guidance beyond the implied 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/momentum100/sms-activate-mcp'

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