Skip to main content
Glama

LOWLEVEL · normativa de drones en España

Server Details

Normativa española de drones con fuente y fecha por regla: pasajes citables, zonas UAS, requisitos.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: flight_requirements computes the permit list for a concrete flight, rules_catalogue exposes the whole rule set, search_regulation retrieves literal legal passages, uas_zones returns raw ENAIRE map layers, and spots_near provides community-sourced locations. The descriptions explicitly cross-reference each other to prevent confusion, so an agent can reliably pick the right tool for a task.

Naming Consistency4/5

All tool names follow a predictable lowercase snake_case convention, but not a single consistent verb_noun pattern: flight_requirements and uas_zones are noun phrases while search_regulation is verb_noun. The style is uniform and readable, with only a minor structural deviation.

Tool Count5/5

Five tools is well-scoped for a specialized Spanish drone regulation server. Each tool covers a distinct need — flight analysis, rule catalogue, legal search, zone geometry, and community spots — without redundancy or bloat.

Completeness4/5

The server covers the core workflow: query concrete requirements, browse the underlying rule catalogue, search the legal corpus, and fetch UAS zone polygons. It deliberately excludes NOTAM, terrain, obstacles, and weather — clearly declared via the not_covered field — which is a minor gap that agents can work around by consulting other sources.

Available Tools

5 tools
flight_requirementsTrámites que exige un vueloA
Read-onlyIdempotent
Inspect

Calcula, con el motor determinista de LOWLEVEL, qué trámites exige la normativa para volar en un punto de España, en una fecha y con una aeronave concreta: qué régimen de la categoría abierta aplica por peso y marcado de clase, qué zonas UAS publica ENAIRE sobre el punto, qué espacios protegidos constan en MITECO y quién autoriza cada cosa, con el plazo que el catálogo atribuye a cada trámite. Cada línea nombra la autoridad que la exige y la fuente con su fecha de revisión. NO concede permisos, no tramita nada y no afirma que la operación pueda realizarse: el campo not_covered enumera las fuentes que esta respuesta no consulta (NOTAM, terreno, obstáculos, meteo). La decisión es del operador y se consulta con AESA. · Runs LOWLEVEL's deterministic permit engine over a point, a date and an aircraft in Spain and returns the requirement list: the open-category regime for that weight and class marking, the UAS zones ENAIRE publishes over the point, the protected areas MITECO records, and who demands each item with the lead time our catalogue attributes to it. It grants nothing and files nothing; not_covered names the sources it does not consult, and the decision stays with the operator and the authority.

ParametersJSON Schema
NameRequiredDescriptionDefault
latYes
lonYes
dateNo
nightNo
environmentNoRURAL
class_markingNo
drone_weight_gNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
latNo
lonNo
noteNo
zonesNo
regimeNo
coveredNo
for_dateNo
availableNo
checked_atNo
disclaimerNo
viewer_urlNo
attributionNo
not_coveredNo
requirementsNo
protected_areasNo
zones_availableNo
invalid_argumentsNo
judged_at_height_mNo
protected_availableNo
nearest_aerodrome_kmNo

TDQS

A4.6/5.0
Behavior5/5

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

The description goes well beyond the annotations (readOnlyHint=true, openWorldHint=true, idempotentHint=true). It explicitly states the engine is deterministic ('motor determinista'), that it grants nothing and files nothing (reinforcing readOnly), and that the not_covered field lists sources it does not consult (reinforcing openWorld). This adds rich behavioral context that annotations alone do not provide, such as the fact that the decision rests with the operator and AESA. No contradiction.

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 long and bilingual, but every sentence earns its place: it explains the engine, the sources, the output, the limitations, and the decision responsibility. The core purpose is front-loaded, and the rest provides necessary behavioral context. While it could be tightened, the length is justified for a tool with 7 parameters and multiple data sources.

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?

Given the tool's complexity (7 parameters, multiple data sources, an output schema), the description is remarkably complete. It explains what the output list contains (each line names authority and source with revision date), what the not_covered field does, and the fact that no permission is granted. Since an output schema exists, the description need not detail return values, and it covers everything an agent needs to correctly select and invoke the tool.

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?

Schema description coverage is 0%, so the description must compensate. It does map several key parameters: 'punto de España' (lat/lon), 'fecha' (date), 'peso y marcado de clase' (drone_weight_g and class_marking), and 'aeronave concreta' (aircraft). However, it does not explicitly mention the 'night' or 'environment' parameters, though these are implied by context. Given the 0% coverage, the description covers most but not all parameters, earning a 4.

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's function: it runs a deterministic permit engine to calculate which requirements apply for flying a drone at a specific point in Spain, on a date, with a specific aircraft. It names the data sources (ENAIRE, MITECO, AESA) and the output (list of requirements with authorities and lead times). This is a specific verb+resource+scope that distinguishes it from siblings like uas_zones or rules_catalogue.

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 implies when to use this tool (when you need a comprehensive requirement list) and explicitly states what it does NOT do (grants no permissions, does not file anything). It also names sources it does not consult (NOTAM, terrain, obstacles, meteo) via the not_covered field, which helps an agent understand limitations. However, it does not explicitly name alternative tools or provide 'use this instead of X when...' guidance, so it falls short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

rules_catalogueCatálogo de trámitesA
Read-onlyIdempotent
Inspect

Devuelve el catálogo completo de trámites que LOWLEVEL mantiene para volar un dron en España, regla a regla: su código, su título, la autoridad que la exige, las condiciones en las que aplica, el plazo que le atribuimos y si ese plazo está comprobado contra la fuente o no, más la URL de la fuente y la fecha en que se revisó. Es el conjunto sobre el que trabaja flight_requirements, publicado para poder citarlo entero. Una regla sin reviewed_at no dice nada, y con lead_time_verified: false el plazo NO está comprobado. · Returns LOWLEVEL's whole catalogue of Spanish drone paperwork, rule by rule: code, title, the authority that demands it, the conditions under which it applies, the lead time we attribute to it and whether that lead time has been checked against the source, plus the source URL and the review date. It is the set flight_requirements evaluates, published so it can be cited whole.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
rulesNo
licenceNo
availableNo
checked_atNo
disclaimerNo
attributionNo
licence_urlNo
reviewed_throughNo
invalid_argumentsNo

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds valuable interpretation caveats beyond those: a rule without `reviewed_at` is meaningless, and `lead_time_verified: false` means the lead time is NOT verified. This tells the agent how to interpret results, not just what the tool does.

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 content is front-loaded with purpose and fields, then the sibling relationship, then the data caveats. However, it is bilingual and repeats most of the first two sentences in English, adding length without new information; it remains structured and free of filler.

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 parameterless, read-only catalogue tool with an output schema, the description covers purpose, contents, its relationship to `flight_requirements`, and key interpretation caveats. Nothing needed to invoke or understand the result set is missing.

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 zero parameters, and the input schema correctly reflects that with an empty properties object. With no parameters, the baseline is 4, and the description appropriately focuses on output semantics rather than arguments.

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 opens with a specific verb ('Devuelve'/'Returns') and the exact resource: LOWLEVEL's complete catalogue of Spanish drone paperwork. It enumerates the fields returned and explicitly distinguishes itself from sibling `flight_requirements` by stating it is the set that tool evaluates, published for whole-catalogue citation.

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?

It gives clear context: this is the dataset behind `flight_requirements` and is meant for citing the full set, implying use when the whole catalogue is needed rather than per-case evaluation. However, it does not explicitly state when not to use it or name `search_regulation` for filtered lookups, so it lacks full exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_regulationBuscar en la normativaA
Read-onlyIdempotent
Inspect

Busca en el corpus normativo de drones de España: BOE, Reglamento (UE) 2019/947, guías de AESA y EASA, y MITECO. Devuelve PASAJES literales con el título del documento, su URL y su fecha — no un resumen y no una conclusión. Úsalo para citar la norma con su fuente y su fecha. Lo que no consta en estas fuentes se cita como «en nuestras fuentes no consta X», nunca como una ausencia en el mundo. Para saber qué trámites exige un vuelo concreto, usa flight_requirements. · Searches LOWLEVEL's sourced corpus of Spanish drone regulation and returns literal passages, each with its document title, URL and vintage. Retrieval only: nothing is summarised and no conclusion is drawn. Quote a passage with its source and its date; an absence from the corpus is an absence from our sources and says nothing about the world.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
queryNo
passagesNo
availableNo
checked_atNo
disclaimerNo
attributionNo
corpus_documentsNo
invalid_argumentsNo

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already provide readOnlyHint, openWorldHint, and idempotentHint, and the description adds consistent behavioral detail: 'Retrieval only: nothing is summarised and no conclusion is drawn', plus the important epistemic caveat about absences. This goes well beyond the annotations and directly shapes agent expectations.

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 front-loaded with the core scope and return format, and it is well structured across scope, behavior, usage caveat, and sibling-tool routing. However, the Spanish and English versions repeat the same content nearly verbatim, adding length without new information.

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 search tool with an output schema and strong annotations, this description is complete: it names the corpus sources, the return fields, the absence semantics, the no-summary behavior, and the sibling tool for the next step. Nothing needed for correct invocation is missing.

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?

Schema description coverage is 0%, so the description must compensate for parameter meaning. It clearly explains what a query against the corpus should be, but it does not describe the `limit` parameter at all beyond its schema default, leaving pagination/result-count behavior implicit.

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 precise verb and resource: 'Busca en el corpus normativo de drones de España' and specifies the concrete sources (BOE, EU 2019/947, AESA/EASA, MITECO). It also distinguishes itself by saying it returns literal passages with title, URL, and date, not a summary or conclusion, and explicitly contrasts itself with flight_requirements.

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?

The description gives explicit guidance on when to use the tool: to cite a norm with its source and date. It also gives an exclusion: for concrete flight procedures, use flight_requirements insteadaging, and it states the open-world caveat that absence from the corpus is not absence in the world.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

spots_nearPuntos de vuelo cercaA
Read-onlyIdempotent
Inspect

Busca puntos de vuelo cerca de una coordenada, de la comunidad de pilotos de LOWLEVEL: nombre, coordenada, tipo de dron al que va bien y la dificultad que se le comprobó, con la fecha de esa comprobación. Es conocimiento de la comunidad y NO una fuente oficial: dice adónde va la gente, no qué exige la norma. Que un punto figure aquí no dice nada sobre el espacio aéreo de hoy — la dificultad es la del día en que se comprobó y no se recalcula—, así que los trámites los contesta flight_requirements y la última palabra la tienen AESA y el visor oficial de ENAIRE. · Finds flying spots near a coordinate from LOWLEVEL's pilot community, with the difficulty each one was checked at and the date of that check. Community knowledge, not an official source: it says where people go and nothing about what the regulation demands. A spot appearing here says nothing about today's airspace — its difficulty is the day it was checked and is never recomputed — so ask flight_requirements for the paperwork, and the authority and ENAIRE's official viewer have the last word.

ParametersJSON Schema
NameRequiredDescriptionDefault
latYes
lonYes
radius_kmNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
spotsNo
availableNo
checked_atNo
disclaimerNo
note_on_verdictsNo
invalid_argumentsNo

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the readOnlyHint, openWorldHint, and idempotentHint annotations, the description discloses non-obvious behavioral traits: data is community-sourced not official, difficulty is stale once checked and never recalculated, and a spot's presence says nothing about today's airspace. These caveats add real safety-relevant context.

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 bilingual text is longer than typical, but nearly every sentence adds substance: purpose, output fields, data provenance, freshness limitations, and sibling routing. The core action is front-loaded and the repeated official-vs-community caveat earns its place given the safety context.

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 read-only community lookup with rich annotations and an output schema, the description is remarkably complete: it covers what is returned, where the data comes from, why the data may be outdated, and which sibling tool covers official requirements. The only minor omission is radius_km detail, which is a small gap against otherwise comprehensive coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage and the description only mentions 'near a coordinate' without explaining coordinate format, units, or the optional radius_km parameter. While lat/lon are self-evident from the schema titles, the description adds no meaningful parameter semantics for radius_km.

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 names a specific action ('Busca ... puntos de vuelo cerca de una coordenada'), the exact resource (LOWLEVEL pilot community), and the result fields (name, coordinate, drone type, difficulty, check date). It also differentiates itself from the regulatory sibling flight_requirements by explicitly stating it is unofficial community knowledge.

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?

The description clearly states when this tool is relevant (community flying spots) and when it is not (official regulation or current airspace). It explicitly directs the user to flight_requirements for paperwork and names ENAIRE/AESA as final authorities, which is strong alternative routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

uas_zonesZonas UAS de ENAIRE en un rectánguloA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
bboxYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
zonesNo
availableNo
truncatedNo
checked_atNo
disclaimerNo
viewer_urlNo
attributionNo
invalid_argumentsNo

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 5 tool updates
    • First observedflight_requirements
    • First observedrules_catalogue
    • First observedsearch_regulation
    • First observedspots_near
    • First observeduas_zones

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources