Skip to main content
Glama

LOWLEVEL · normativa de drones en España

Zonas UAS de ENAIRE en un rectángulo

uas_zones
Read-onlyIdempotent

Devuelve los polígonos de las zonas geográficas UAS que ENAIRE publica dentro de un rectángulo, con el tipo de cada una, sus límites vertical inferior y superior y la fecha en que ENAIRE la actualizó. Es la capa que pinta un mapa, no un veredicto sobre un punto: para eso está flight_requirements. Una lista vacía significa que la consulta a ENAIRE no devolvió ninguna zona para ese rectángulo, y available: false significa que no se pudo consultar — ni la una ni la otra describen el cielo. El visor oficial de ENAIRE tiene la última palabra. · Returns the UAS geographical zones ENAIRE publishes inside a bounding box, each with its kind, its vertical limits and ENAIRE's own update date. It is a map layer and not a verdict about a point. An empty list means our query to ENAIRE returned nothing for that rectangle; available: false means the query did not happen. ENAIRE's official viewer has the last word.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bboxYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
zonesNo
availableNo
truncatedNo
checked_atNo
disclaimerNoOrientación con fuentes, no autorización. LOWLEVEL no concede permisos ni los tramita. La última palabra la tienen AESA y el visor oficial de ENAIRE, y cada decisión operativa se consulta con la autoridad antes del vuelo.
viewer_urlNo
attributionNoFuentes: BOE, Reglamento (UE) 2019/947, guías de AESA y EASA, ENAIRE (servAIS, ED-318) y MITECO/IEPNB. Cada pasaje y cada regla lleva la suya con su fecha.
invalid_argumentsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Beyond the annotations (readOnly, openWorld, idempotent), the description adds crucial behavioral context: it clarifies that an empty list means the query returned no zones, while `available: false` means the query did not execute, and it warns that ENAIRE's official viewer is authoritative. This goes well beyond the structured hints.

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 longer than average due to bilingual repetition, but it is well-structured: the first sentence states the core function, the second disambiguates from a sibling, the third explains result semantics, and the fourth adds authority. Every sentence adds value, though the dual-language duplication could be considered slightly verbose.

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?

The tool is relatively simple with one parameter and an output schema (presumably covering return structure). The description covers purpose, alternatives, edge-case interpretation, and authority. The only missing piece is the precise format of `bbox`, which is not provided in the schema or description, so the description is not fully complete.

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?

With schema description coverage at 0% for the single `bbox` parameter, the description must compensate. It mentions 'rectángulo' (rectangle) and 'bounding box', giving the conceptual meaning, but it does not specify the exact format (e.g., coordinate order, projection, delimiter). This is a minor but real gap for a tool with only one parameter.

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 explicitly states the tool returns UAS zone polygons within a bounding box, including type, vertical limits, and update date. It also clearly differentiates itself from `flight_requirements` as a map layer rather than a point verdict, making its purpose unambiguous and distinct from siblings.

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

Usage Guidelines5/5

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

It provides explicit usage guidance: 'Es la capa que pinta un mapa, no un veredicto sobre un punto: para eso está `flight_requirements`' directly points to the alternative for point-based queries. It also explains how to interpret empty lists versus `available: false`, which is critical for correct usage.

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