Skip to main content
Glama

Qué datos cubre EkoPump en cada país

ekopump_get_country_coverage
Read-onlyIdempotent

Devuelve qué tipos de datos en vivo tiene EkoPump para un país (o para todos): combustible, transporte público, vehículos en vivo, bicis públicas, cargadores EV, alertas locales, vuelos y barcos. Útil para responder "¿EkoPump tiene datos de X país?" o "¿qué cubre EkoPump en Portugal?".

Args:

  • country (string, opcional): código ISO 3166-1 alpha-2 (ej. "PT"). Si se omite, devuelve un resumen agregado de todos los países con al menos un dato en vivo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNoCódigo de país ISO 3166-1 alpha-2. Si se omite, se devuelve un resumen agregado de todos los países.

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive, and the description adds context by explaining the aggregated summary behavior when country is omitted. It also enumerates the data types covered, clarifying what 'coverage' means without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise: two sentences plus an Args block, with the core function stated upfront. The Args block is somewhat redundant with the schema, but the overall length is appropriate and contains no 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?

There is no output schema, so the description carries the burden of explaining return behavior. It states it returns the types of live data available per country, which is sufficient for a simple lookup tool, though the exact return format (e.g., list of strings) is not specified.

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 schema fully describes the country parameter (ISO code, optional, omitted behavior) with 100% coverage, providing a baseline of 3. The description's Args section repeats this but adds an example ('PT'), offering a minor enhancement beyond the schema.

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 the tool returns live data coverage types per country (or all countries), listing eight data categories (e.g., combustible, transporte público). It distinguishes from sibling tools that focus on specific data types by being a coverage overview for a country. The verb 'Devuelve' plus resource makes the purpose unambiguous.

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?

The description provides explicit use cases, such as answering whether EkoPump has data for a country or what it covers in Portugal. It explains the optional country parameter's behavior (aggregate summary when omitted). However, it does not directly state when not to use this tool versus sibling tools.

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

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct resource: active alerts, city fuel stations, country coverage, and national fuel prices. There is no functional overlap between them.

Naming Consistency5/5

All tool names follow the consistent pattern 'ekopump_get_<resource>' with clear, descriptive noun suffixes. This makes the API predictable and easy to navigate.

Tool Count5/5

Four tools is a reasonable, focused count for a read-only data provider. Each tool covers a clear, non-redundant aspect of the server's data offering.

Completeness3/5

The country coverage tool advertises many more data types (public transport, live vehicles, EV chargers, flights, etc.) than the actual tools can query. This creates a notable gap: users can see what data exists but cannot access most of it directly.

Resources