Skip to main content
Glama

search_treks

Find trekking routes by duration, elevation gain, activity type, regulations, and proximity to a place or coordinates.

Instructions

Recherche des treks (randos, VTT, ...) sur l'instance GeoTrek configurée.

Filtres disponibles : durée en heures (duration_min_h/duration_max_h), dénivelé positif en mètres (ascent_min_m/ascent_max_m), réglementation (label_names, noms tels que renvoyés par list_labels), type d'activité (practice_names, noms tels que renvoyés par list_activities), et proximité géographique soit par nom de lieu (place, géocodé via Nominatim) soit par coordonnées directes (lat/lon), combinée à un rayon de recherche radius_km (défaut 10 km).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNo
lonNo
limitNo
placeNo
radius_kmNo
query_textNo
label_namesNo
ascent_max_mNo
ascent_min_mNo
duration_max_hNo
duration_min_hNo
practice_namesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden and does so well: it discloses filter behavior, units, default radius, and the use of Nominatim for geocoding. It omits return format and error behavior, but an output schema exists to cover some of that.

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 a single organized paragraph, front-loaded with the purpose and then a structured enumeration of filters. It is efficient with no wasted words, though bullet points could improve scannability.

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

Completeness3/5

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

For a tool with 12 parameters and no annotations, the description covers most filters but leaves `limit` and `query_text` unexplained, and lacks details on search result ordering or pagination. The output schema helps, but the overall guidance feels slightly incomplete for full agent decision-making.

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 description adds significant meaning for 10 of 12 parameters, explaining units, filter semantics, and naming sources. It does not explain `limit` or `query_text`, which remain ambiguous gaps despite 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's purpose: 'Recherche des treks' (search treks) on the GeoTrek instance. It distinguishes itself from sibling list tools by focusing on searching with filters rather than listing available values.

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 provides context on how to use filters, notably referencing list_labels and list_activities for valid names, and explains the two geographic proximity options. It does not explicitly contrast with alternatives, but the intent is clear given the sibling tools are list tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jacquesfize/GeoTrekMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server