Skip to main content
Glama

Get Country Code

get_api_v1_getCountryCode

Get list of all country codes. Billing per call: 1 Credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It adds a billing cost ('Billing per call: 1 Credits') and specifies the output (all country codes), but it doesn't explicitly state read-only semantics, authorization needs, or response format. The cost disclosure adds some transparency, but the overall behavioral picture is incomplete.

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 consists of two short sentences, front-loaded with the main purpose and immediately followed by cost information. Every sentence earns its place with no redundancy or filler.

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 tool's simplicity (0 parameters, no output schema, no annotations), the description provides the essential context: it returns all country codes and costs 1 credit. It doesn't mention usage guidance or output format, but the core invocation context is sufficient for a 0-param reference data tool.

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 input schema has zero parameters and additionalProperties set to false, so there are no parameter details to document. With zero parameters, the baseline is 4, and the description correctly avoids adding irrelevant parameter semantics. The schema already fully covers the parameter space.

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 clearly states a specific verb-resource pair: 'Get list of all country codes.' It specifies the full scope ('all') and is distinct from the sibling get_api_v1_search, which likely performs searches rather than returning a reference list.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus the sibling get_api_v1_search. It doesn't mention alternative use cases, exclusion criteria, or prerequisites, leaving the agent without context for tool selection.

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

A3.6/5.0
Disambiguation5/5

The two tools are completely distinct: one retrieves country codes, the other performs a search. There is no overlap or ambiguity between them.

Naming Consistency4/5

Both tools share the 'get_api_v1_' prefix, but the action parts are inconsistent: 'getCountryCode' is a noun phrase with camelCase, while 'search' is a bare verb. The shared prefix provides a consistent pattern, with minor deviation.

Tool Count3/5

At only 2 tools, the surface is quite thin, but it may be appropriate for a very narrow phone lookup service. It hovers on the border of feeling minimal for a full-featured server.

Completeness4/5

The tools cover the core workflow of fetching country codes and searching for contacts. Minor gaps exist such as lack of pagination or detail endpoints, but the primary use case is fully supported.

Resources