Skip to main content
Glama

eFon international call rates & VoIP

Compare eFon call rates across countries

compare_call_rates
Read-onlyIdempotent

Cheapest eFon per-minute price (EUR and USD) for several countries at once, sorted from cheapest to most expensive, each with its country page URL. Use this when the user calls more than one country ("rates to India, Pakistan and Bangladesh", "which is cheaper to call, Mexico or Colombia?").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoLanguage for country names and the returned page links.en
countriesYesUp to 20 countries, each in any of the formats above.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds value by describing the output format (sorted, with country page URLs and dual-currency pricing), which is beyond what annotations provide. It doesn't disclose any potential latency or edge cases, but that's minor for a simple read operation.

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 sentences with zero waste. The first sentence describes the output and the second gives usage guidance with examples. Information is front-loaded and every word 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?

With no output schema, the description fully specifies what the agent will receive: per-minute prices in both currencies, sorted, with page URLs. It also provides usage guidance. For a tool of this simplicity, nothing an agent needs to call it correctly is missing.

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 has 100% description coverage for both parameters, including the country format flexibility and the language enum. The description adds no extra parameter semantics beyond what the schema already provides, so the baseline 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 states a specific verb ('Compare'), resource (eFon call rates), and what it returns (cheapest per-minute price in EUR and USD, sorted, with URLs). It clearly distinguishes itself from siblings by specifying multi-country use, with concrete examples.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states 'Use this when the user calls more than one country' and gives two example queries. This leaves no ambiguity about when to choose this tool over get_call_rates (single country) or how_to_call.

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.

Resources