Skip to main content
Glama

find_marina_with_amenities

Read-only

Find European marinas (jachthavens) that match a set of amenities: electricity, water, fuel, wifi. Optional country/province filters. Returns up to 25 marinas. Country names are accepted in Dutch or English; province spelling variants (Friesland/Fryslan, Niedersachsen/Lower Saxony) are matched together. Note: fuel is very rare in the current dataset (almost no marina records it), so electricity/water/wifi are the useful filters; combining fuel with other amenities usually yields 0 results. The response includes amenity_availability with, per amenity, how many marinas in the selection have it and how many recorded it at all — a missing record does not mean the amenity is absent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
countryNoCountry name in Dutch or English (e.g. Nederland/Netherlands, Duitsland/Germany). Available: Nederland, Belgie, Denemarken, Duitsland, Frankrijk, Italie, Luxemburg, Oostenrijk, Spanje, Tsjechie, Verenigd Koninkrijk, Zwitserland.
provinceNoProvince or federal state; spelling variants are matched together (Friesland/Fryslan, Niedersachsen/Lower Saxony).
amenitiesNoRequired amenities. All listed must be present.

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses non-obvious behavioral traits: results are capped at 25, fuel is extremely rare in the dataset, and the response includes an `amenity_availability` field where a missing record does not mean the amenity is absent. This is exactly the kind of contextual behavior an agent needs to interpret results correctly.

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 minimal, but every sentence earns its place: purpose, filters, limit, language handling, and the important fuel/data caveats. It is well-structured and front-loaded, though a slight trim could tighten it further.

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?

For a tool with no output schema, the description covers the key invocation facts: return limit, amenity filtering behavior, and a non-obvious response field. It does not enumerate other return fields, but that is not necessary for correctly selecting and calling 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?

Input schema covers 75% of parameters, but the description adds meaningful value: it explains that country names work in Dutch or English, that province spelling variants are matched together, and that fuel combined with other amenities usually yields zero results. These details go beyond the schema's enum and descriptions, though the schema already covers the basic semantics.

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 and resource: "Find European marinas (jachthavens) that match a set of amenities: electricity, water, fuel, wifi." It clearly distinguishes the tool from boat/rental siblings by naming marinas and their specific amenity criteria, leaving no ambiguity about what it searches.

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

Usage Guidelines3/5

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

The description provides clear functional context and even includes a practical caveat that fuel is rarely recorded, but it does not explicitly state when to prefer this tool over alternatives or mention any exclusion scenarios. Usage guidance is implied rather than explicit, so it falls short of a 4.

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/5.0
Disambiguation3/5

Most tools target distinct resources, but get_boat_pricing_stats and get_market_stats overlap heavily: both return count, average, median, min/max price scoped by category and region. ask_bo and get_facts also both return cited factual content, leaving some ambiguity even if the descriptions help.

Naming Consistency4/5

The set predominantly follows a verb_noun pattern: search_boats, search_rentals, get_brand_info, compare_brands, and get_boat_details all fit cleanly. market_snapshot breaks the pattern as a bare noun phrase, and ask_bo uses a proper noun, but these are minor deviations within an otherwise predictable convention.

Tool Count5/5

11 tools is well-scoped for a multifaceted read-only marketplace domain covering listings, rentals, brands, marinas, knowledge-graph facts, and market statistics. Each tool earns its place, even though a couple of them partially overlap.

Completeness4/5

Core workflows are covered: boat search and details, rental search, brand lookup and comparison, marina discovery, knowledge-graph facts, and multiple market statistics views. Minor gaps exist, such as no dedicated marina detail endpoint and rental details only appearing via search results, but agents can work around these.

Resources