Skip to main content
Glama

Search beaches worldwide

search_beaches

Search and filter the atlas. All filters optional and combinable. Returns compact records; use get_beach for a full profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results, default 10, max 50
monthNoRank and report the sea temperature for this month (name or 1-12)
queryNoFree-text match on beach name, region or country
countryNoISO-2 code or country name (e.g. "PT" or "Portugal")
shore_typeNoShore type, from the beach own Wikidata classes. "beach" means Wikidata does not say.
min_sea_temp_cNoMinimum mean sea temperature in that month, or of the warmest month when no month is given

TDQS

A3.8/5.0
Behavior3/5

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

There are no annotations, so the description must carry the behavioral burden. It does disclose that results are compact and that all filters are optional/combinable, which is useful. However, it does not disclose result ordering/ranking behavior for month queries, default limits, or explicitly state that this is a read-only operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no wasted words. It front-loads the core action, then adds the most decision-relevant details about filters and the get_beach alternative.

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?

With no output schema and no annotations, the tool description provides only a minimal 'compact records' hint about return shape and does not clarify how it relates to sea_temperature_year or warmest_beaches_in_month. For a tool with six parameters and specialized siblings, this leaves several selection and usage questions unanswered.

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 schema already documents all six parameters at 100% coverage, so the baseline is 3. The description adds value by stating that all filters are optional and combinable, a parameter-level behavior not explicitly spelled out in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches and filters the beach atlas, and the title adds the worldwide scope. It explicitly contrasts itself with get_beach by noting that it returns compact records rather than full profiles. However, it does not differentiate itself from the temperature-focused siblings (sea_temperature_year, warmest_beaches_in_month), which overlap with the month and min_sea_temp_c parameters.

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 gives clear context: this tool is for searching/filtering when compact records are sufficient, and get_beach should be used when a full profile is needed. It does not explicitly say when to prefer the specialized temperature siblings over this tool, so exclusion guidance is incomplete.

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.1/5.0
Disambiguation5/5

Each tool has a clearly distinct role: search returns compact beach records, get_beach returns one full profile, sea_temperature_year provides one beach's monthly temperature cycle, and warmest_beaches_in_month ranks beaches across the atlas. There is no realistic risk of picking the wrong tool for a task.

Naming Consistency3/5

The names are readable and consistently snake_case, but they mix two styles: get_beach and search_beaches are verb-first commands, while sea_temperature_year and warmest_beaches_in_month are descriptive noun phrases. This is not chaotic, but the pattern is inconsistent.

Tool Count5/5

Four tools is well-scoped for a specialized read-only beach atlas. Each tool serves a distinct core need—finding beaches, getting details, checking one beach's temperature pattern, and comparing beaches by temperature—without redundancy.

Completeness5/5

For a read-only atlas focused on beach information and sea temperatures, the surface is complete: discover beaches, retrieve full profiles, inspect annual temperature cycles, and find warm destinations by month. No obvious dead ends or missing core operations are apparent.