emap — Euskadi hyperlocal mobility
Server Details
Basque Country hyperlocal mobility: ES/EU semantic search, routing, open-data POIs, peak-bagging.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- r3tr0eth/emap-labs
- GitHub Stars
- 0
- Server Listing
- Basque Country hyperlocal mobility
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.3/5 across 5 of 5 tools scored. Lowest: 2.7/5.
Each tool has a clearly distinct purpose: context of a point, POI layer query, peak-bagging by transit, route planning, and semantic search. No overlap in functionality.
All tool names use snake_case and are composed of a verb or adjective followed by a noun. However, 'nearby_pois' breaks the verb_noun pattern (adjective_noun), while others like 'plan_hike' and 'search_places' are consistent.
With 5 tools, the server covers the essential features for hyperlocal mobility: place context, POIs, routing, hiking, and semantic search. The count is well-scoped for the domain.
The tool set covers core mobility needs: context, POIs, routing, and search. Minor gaps like real-time transit updates or additional POI categories are acceptable; the domain is well-served.
Available Tools
5 toolsexplain_placeAInspect
Contexto de un punto: barrio/municipio y servicios cercanos (rail, bus, aseos…) con distancias. · Puntu baten testuingurua: auzoa eta zerbitzu hurbilak. · What's around a point: neighborhood and nearby services with distances.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the burden of behavioral disclosure. It specifies the type of output (neighborhood, services, distances) but does not mention read-only nature, authentication needs, or any limitations. The description provides sufficient detail for understanding the tool's behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short and directly states the tool's function. However, it repeats the same information in three languages, which for an English-targeting AI agent adds redundancy without additional value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has only two parameters and no output schema. The description gives a reasonable overview of the output content but lacks details on the structure or format of the returned data, which would be needed for full completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 0% description coverage and the parameters 'lat' and 'lon' are not elaborated in the description. No additional meaning beyond their names is provided, such as format, range, or units.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: providing context about a point including neighborhood and nearby services (rail, bus, toilets) with distances. It effectively differentiates from sibling tools like nearby_pois (which likely focuses on POIs) and plan_route (navigation).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use for exploring a place's surroundings but does not explicitly state when to use it versus siblings or when not to use it. There are no exclusions or alternatives mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
nearby_poisCInspect
POIs más cercanos de una capa concreta. Capas: fountains (fuentes), toilets (aseos), parking, bikepark (aparcabicis), defib (DEA), beaches (playas), ev (cargadores), cameras, fuel (gasolineras), peaks (cimas), metro, euskotren, cercanias, bilbobus, bizkaibus. · Geruza bateko POI hurbilenak. · Nearest POIs of a given layer.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| layer | Yes | ||
| limit | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It does not disclose behavioral traits like distance calculation, ordering, pagination, or result limits. Simply says 'Nearest POIs' without further detail.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description repeats same content in three languages, making it verbose. Could be condensed to one sentence. Front-loading is partial but redundancy hurts conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, no annotations, 0% parameter coverage. Missing essential context like distance units, sorting, output format, and error handling for a 4-parameter tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, yet the description only lists layer values, ignoring lat, lon, and limit. Baseline 3 for full coverage, but here description adds minimal value beyond parameter names.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool finds nearest POIs for a given layer, listing available layers in three languages. It distinguishes from sibling tools like search_places by specifying 'nearest' and 'given layer'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool vs alternatives (e.g., search_places, plan_route). The description implies usage for retrieving nearest POIs but does not provide context for exclusion or comparison.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
plan_hikeAInspect
El monte en transporte público: cimas de Euskadi (2.825, OSM) alcanzables por transporte — para cada candidata, su parada/estación más cercana entre 9 redes. · Mendia garraio publikoz: tontor iritsgarriak. · Peak-bagging by public transport. HONESTO: distancias en línea recta, no ruta a pie; usa plan_route hasta la parada para el trayecto real.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| min_ele_m | No | ||
| max_results | No | ||
| max_stop_dist_m | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It honestly discloses that distances are straight-line, not walking routes. No other behavioral traits (e.g., rate limits) are mentioned, but the core limitation is transparently communicated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is reasonably concise but includes redundant multilingual text. It front-loads the core purpose but could be streamlined by focusing on one language or breaking into structured sections.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is incomplete for the tool's complexity (5 parameters, no output schema, no annotations). It fails to explain input parameters beyond lat/lon, describe the output format, or clarify the scope of the 9 networks.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds minimal parameter meaning beyond the schema. It implies lat/lon are the hike start location but does not explain min_ele_m, max_results, or max_stop_dist_m. With 0% schema coverage, this is insufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool identifies Basque Country peaks reachable by public transport, listing the nearest stop/station. It distinguishes itself from sibling plan_route (actual routing) but could more explicitly state the geographic restriction.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use (finding peaks by public transport) and advises using plan_route for the actual walking route. It names a clear alternative (plan_route), fulfilling the when/when-not/alternatives criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
plan_routeBInspect
Ruta real entre dos puntos con la infraestructura propia de emap (OSRM/OTP). mode: transit | walk | bike | car. · Bi punturen arteko ibilbidea. · Real route between two points. Devuelve duración, distancia y tramos (sin geometría completa).
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | transit | |
| to_lat | Yes | ||
| to_lon | Yes | ||
| from_lat | Yes | ||
| from_lon | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It notes that returned segments lack full geometry, which is helpful, but does not disclose rate limits, permissions, or error behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is short but includes the same information in three languages, adding redundancy. Core info is present but could be more streamlined.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description mentions returned fields (duration, distance, segments without geometry). However, for a routing tool, missing context includes whether waypoints, traffic, or departure time are supported.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%. The description only lists mode values (transit, walk, bike, car) but does not explain format, units, or constraints for lat/lon parameters. It adds minimal value over parameter names.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Real route between two points' and lists return fields (duration, distance, segments). It names the infrastructure (OSRM/OTP) and available modes, distinguishing it from siblings like plan_hike.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description lists modes (transit, walk, bike, car) but does not explicitly state when to use this tool over alternatives like plan_hike or search_places. No prerequisites or exclusions are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_placesBInspect
Búsqueda semántica local en español o euskera ("dónde beber agua", "haurra aldatzeko lekua"). · Bilaketa semantikoa gaztelaniaz edo euskaraz. · Semantic local search in Spanish or Basque. Devuelve POIs cercanos al punto (lat, lon) o abstención honesta si no entiende la consulta.
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| lat | Yes | ||
| lon | Yes | ||
| query | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so description carries the burden. It discloses 'honest abstention' if query not understood, which is helpful. However, it lacks details on authentication, rate limits, or error handling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is compact and multilingual but slightly repetitive. Each language version restates same info; could be more concise but still efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, description covers main functionality and abstention behavior. Missing explanation of output format and 'k' parameter, but sufficient for basic tool understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema has 0% description coverage. Description clarifies 'query', 'lat', 'lon' but does not explain 'k' (integer, default 5) which likely controls result count. This is a gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it performs semantic local search in Spanish or Basque, returning POIs near a point. It distinguishes from siblings like 'nearby_pois' by specifying semantic query and language constraints.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implied usage for semantic/local queries in Basque/Spanish, but no explicit when-not-to-use or mention of alternatives like nearby_pois for non-semantic searches.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.