Skip to main content
Glama

DatoQA — Traceable public data pilot

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint and destructiveHint=false, so safety is covered; the description earns credit for adding non-obvious data caveats ('aggregated regions are excluded', 'coverage and missing values vary by indicator'). It does not disclose return shape, ordering, or enumeration completeness, which keeps it below a 5.

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 short sentences with no filler; the resource scope is front-loaded and the two exclusions/caveats follow in priority order.

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?

With zero parameters and no output schema, the description covers what the list contains, what is deliberately omitted, and how data quality varies. The one remaining gap is the shape of a returned entry (name vs code vs identifier), which matters for chaining into indicator calls.

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 tool takes no parameters, so the baseline is 4 per the rubric. No parameter-level meaning needs to be conveyed and the schema is trivially complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Specific verb (list) plus a clearly scoped resource ('economies and territories available for annual indicators'), and it resolves the name/title mismatch by explaining that countries here means economies and territories. It stops short of naming or differentiating against sibling listing tools such as list_sources, so an agent must infer the boundary.

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?

Usage is implied: call this to enumerate the country dimension before querying indicators. The description gives a negative scope rule ('aggregated regions are excluded'), but no explicit when-to-use vs list_sources/catalog and no stated prerequisites or sequencing.

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