Skip to main content
Glama

InternationalCall.co dialing

How to dial an international number

get_dialing_instructions
Read-onlyIdempotent

Exact dialing instructions from one country to another: the digits to press (exit code, country code, and the national number with any trunk prefix correctly dropped or kept), the + form for mobiles, and step-by-step guidance. Pass a specific number to get its exact dial sequence, or just the destination for the rule and a real example. Derived from Google's libphonenumber metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberNoA specific phone number, as the caller has it: local format ("55 1234 5678", needs destination) or international ("+52 55 1234 5678").
originNoCountry the caller is dialing from (default "US"): an ISO 3166-1 alpha-2 code such as "MX", or an English name such as "Mexico".
destinationNoCountry being called: an ISO 3166-1 alpha-2 code such as "MX", or an English name such as "Mexico".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
noteYes
stepsYes
numberYes
originYes
callUrlYes
guideUrlYes
isExampleYes
trunkRuleYes
destinationYes
dialSequenceYes
fromAnyMobileYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds context about the data source ('Derived from Google's libphonenumber metadata') and the deterministic nature ('Exact dialing instructions'), which is useful for the agent. No contradictions.

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?

Three sentences with no fluff. The first sentence front-loads the core function, the second explains input modes, and the third gives provenance. Every sentence is valuable.

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?

Given the read-only, idempotent annotations and an output schema, the description is sufficiently complete. It explains what the tool returns (digits, + form, step-by-step guidance) and the input scenarios. It misses explicit error handling, but the output schema likely covers that.

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?

Schema coverage is 100% since each parameter has a clear description. The description enriches semantics by explaining parameter combinations: passing number yields exact sequence, omitting number and passing destination yields rule and example. This goes beyond the schema's simple field definitions.

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?

States a specific verb+resource: 'Exact dialing instructions from one country to another' with clear output details (exit code, country code, national number, + form). It distinguishes from sibling get_call_price by focusing on dialing sequence rather than price, though it does not explicitly name the sibling.

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?

Provides clear usage context: pass a specific number for exact sequence, or just destination for rule and example. This tells the agent when to use different parameter combinations. It does not explicitly compare to sibling get_call_price, but the distinct purpose makes the alternative obvious.

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