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.3/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive. The description adds valuable context about the optional country parameter and the fallback to an aggregate report when omitted, plus the list of covered data types. No contradiction with annotations.

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 brief and front-loaded, with the core purpose in the first sentence, example queries in the second, and a compact Args section. Every sentence contributes meaning with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with one optional parameter and no output schema, the description covers the essential behavior, including the parameter's effect and the returned data categories. The sibling context makes its role clear, so no additional detail is needed.

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, aggregate if omitted) with 100% coverage. The description's Args section essentially repeats the schema, adding no new semantic information beyond what the schema provides.

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 the types of live data EkoPump has for a country or all countries, with a specific list of data categories (fuel, transit, vehicles, etc.). This distinguishes it from siblings that focus on specific data types like alerts or fuel prices.

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?

Explicit use cases are provided: answering whether EkoPump has data for a country or what coverage exists in a specific country. It does not mention alternatives or exclusions, but the context is clear enough for an agent to know when to select this tool.

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.4/5.0
Disambiguation5/5

Each tool has a distinct purpose: alerts, city fuel stations, country coverage, and national fuel prices. Even the two fuel-related tools differ in granularity and data type, preventing confusion.

Naming Consistency5/5

All tools follow a consistent `ekopump_get_` prefix with snake_case noun phrases, making their function predictable and uniform across the set.

Tool Count5/5

Four tools is an appropriate, focused size for this server, covering fuel prices, station-level prices, alerts, and coverage information without unnecessary bloat.

Completeness4/5

The set covers fuel prices at both national and station levels, alerts, and coverage metadata. However, it lacks retrieval tools for other data types mentioned in coverage (e.g., transit, flights) and the alerts tool cannot filter by country or type, which are minor but notable gaps.

Resources