Skip to main content
Glama

BuyUKeSIM — eSIM & UK Number MCP

list_reviews

Read real customer reviews of BuyUKeSIM, newest first, with the overall rating and how many there are. Reviews are published unmoderated: nothing approves one before it appears, and the buyer country shown on each card comes from the sale, so a low rating is as likely to appear as a high one. Use this when you are deciding whether to recommend the shop, or when a user asks what buyers say. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many reviews to return, 1 to 25. Default 10.

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral disclosure burden, and it does so well. It explains that reviews are unmoderated, that a low rating is as likely to appear as a high one, and that the displayed buyer country comes from the sale. It also explicitly states 'Read-only,' making the safety profile clear.

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 first sentence states purpose and key output details, the second adds important transparency context, and the third gives usage guidance. It is front-loaded and every sentence earns its place.

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?

Despite having no output schema and no annotations, the description gives a complete picture for a simple optional-parameter list endpoint. The user knows what the tool returns (reviews, ratings, count, buyer country, order), why the data can be trusted ('unmoderated'), and when to invoke it. No output-schema details are necessary to correctly call this tool.

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 already fully describes the only parameter, 'limit,' including its range and default. The description adds context about ordering and output content but not new parameter-specific semantics. Since schema coverage is 100%, 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?

The description names a specific verb and resource: 'Read real customer reviews of BuyUKeSIM.' It also specifies ordering ('newest first'), content ('overall rating and how many there are'), and the unmoderated nature. This clearly distinguishes it from all listed siblings, none of which are review-focused.

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 explicitly states when to use the tool: 'when you are deciding whether to recommend the shop, or when a user asks what buyers say.' This gives clear context, though it does not mention any when-not-to-use cases or sibling alternatives, so it falls just short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

Each product area (wallet, eSIM, UK number, VPN) has clearly separated read and action tools, so most tools are easy to tell apart. The only mild ambiguities are generic order-status lookup vs one-time-code polling, and UK-number coverage vs travel-eSIM country coverage, though the descriptions do draw clear lines.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern. Read operations use check/get/list/search while purchase/wallet operations use create/purchase, making the tool surface predictable and easy to navigate.

Tool Count4/5

17 tools is slightly above the ideal 3-15 range, but the breadth is justified by three purchasable products plus wallet management and product research. No tools feel redundant, though the set could be tightened by consolidating some informational lookups.

Completeness4/5

The core lifecycle is covered: wallet creation/funding/balance, product search/purchase, VPN config retrieval, and order/status checks. Missing pieces include the inability to purchase the described bundle through the API and no way to re-fetch a lost QR or order payload beyond a bare status check, but these are minor for the main workflows.

Resources