Skip to main content
Glama

BeachFinder - beaches and live conditions

Search activity and coastal travel providers

search_activity_providers
Read-onlyIdempotent

Use for conversational requests for professionals near a destination: surf schools, camps, shops, board or wetsuit rental and repair; dive, snorkel and freedive centers; SUP, paddle, kayak and canoe rental, lessons or tours; rafting, canyoning and whitewater outfitters; boat, sailing, fishing, wildlife, jet-ski and beach services; plus campervan, motorhome, RV and surf-van rental, sales, dealers, conversion builders, repair workshops and coastal RV parks. Search in any supported language. Results expose only the provider name, normalized service category, approximate location, verification tier and BeachFinder profile/app links; direct contacts remain on the BeachFinder claimable profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoLatitude supplied with user consent
lngNoLongitude supplied with user consent
cityNoDestination city; use this instead of coordinates
langNoen
limitNo
queryNoExact beach, activity or professional-service request in the user's language. Preserve narrow needs such as surfboard repair, freediving school, SUP rental, rafting guide, campervan rental, motorhome dealer, van conversion or RV repair.
intentNogeneral
countryNo
radiusKmNo
maxWindKmhNo
minWaterTempCNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
linksYes
queryYes
answerYes
resultsYes
degradedYes
operationYes
updatedAtYes
confidenceYes
attributionYes
safetyNoticeYes
primaryAnswerIdYes
answerConfidenceYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false. The description adds important behavioral context: results expose only name, category, approximate location, verification tier, and app links, while direct contacts remain on claimable profiles. This goes beyond annotations and provides transparency about data limitations.

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 clear paragraph that front-loads the purpose and then lists supported provider types. It is somewhat lengthy due to the extensive list, but each sentence adds value and there is no unnecessary repetition.

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?

Given 11 parameters, a 36% schema coverage, and an output schema (which covers return values), the description covers the core behavior and result restrictions adequately. It mentions the language support and the types of providers, providing enough context alongside annotations for correct tool invocation.

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 36%, so the description should compensate. It adds general context about the query parameter (listing many examples) and mentions language support, but does not detail parameters like intent, radiusKm, or maxWindKmh. The description provides moderate additional meaning beyond 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 starts with 'Use for conversational requests for professionals near a destination' and lists many specific provider categories (surf schools, dive centers, rental services, etc.), clearly distinguishing this tool from sibling tools like search_beaches or search_surf_spots which focus on locations rather than providers.

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 clearly states the use case (searching for professionals near a destination) and notes that it supports multiple languages. It does not explicitly list alternatives or when not to use, but the detailed list of provider types gives strong contextual guidance.

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

B3.4/5.0
Disambiguation3/5

Several search tools overlap in purpose: search_beaches, search_surf_spots, and search_swim_spots all return swimming/beach locations, with subtle differences in ranking criteria. The rest are clearly distinct (get_*, compare_spots, search_guides, etc.), but the overlapping trio creates selection ambiguity.

Naming Consistency4/5

Tool names consistently follow a verb_noun structure (get_, search_, compare_). However, search tools are inconsistent in noun usage: many end with '_spots' (surf_spots, swim_spots) while others use different nouns (beaches, guides, activity_providers). The pattern is mostly predictable but not perfectly uniform.

Tool Count4/5

With 12 tools, the count is within the ideal 3-15 range. The server covers a broad domain (beaches, conditions, activities, guides), and each tool serves a purpose. Some search tools could theoretically be consolidated (e.g., surf_spots and swim_spots), but the count is not excessive.

Completeness4/5

The tool surface covers the core lifecycle for a read-only beach info service: searching for spots, retrieving details and conditions, comparing spots, and finding community reports. Additional search variants for special interest (dive, river, vanlife) and activity providers fill out the niche. Minor gaps include no way to get community conditions for multiple spots and no explicit tide data, but these are not critical.