Skip to main content
Glama

DatoQA — Economic Indicators

list_countries

Read-onlyIdempotent

List economies and territories available for annual indicators. Aggregated regions are excluded. Coverage and missing values vary by indicator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYes
scopeYes
countriesYes
retrieved_atYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The annotations already declare read-only, idempotent, non-destructive, and closed-world behavior. Beyond that, the description adds useful data-shape context: aggregated regions are excluded, and coverage/missing values vary by indicator. This is meaningful transparency for a list endpoint, though it does not cover fields like pagination or freshness.

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 short, front-loaded sentences with no filler. The primary purpose comes first, followed by the exclusion rule and the data-quality caveat, all of which earn their place.

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 low complexity, empty input schema, rich annotations, and the existence of an output schema, the description is nearly complete: it states what is listed, what is excluded, and how coverage varies. It does not explain how the list interacts with sibling indicator tools, but that is a minor gap for this zero-parameter lookup.

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?

There are zero input parameters, so parameter semantics are not applicable. Per the rubric, a zero-parameter tool receives a baseline of 4 when the schema is effectively empty and the description does not need to document parameters.

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 ('List') and a precisely scoped resource ('economies and territories available for annual indicators'), and it adds an exclusion rule that further narrows the resource. This clearly distinguishes it from sibling tools that list indicators, topics, sources, or holiday regions.

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 the tool's usage context by mentioning annual indicators, but it does not explicitly state when to use it versus alternatives or what prerequisites exist. An agent can infer that it is meant for discovering valid economy/territory entries for annual indicators, but no alternatives or exclusions are named.

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