Skip to main content
Glama

BeachFinder - beaches and live conditions

Get community conditions

get_community_conditions
Read-onlyIdempotent

Get an anonymous aggregate of active BeachFinder community reports for one spot. No user identity is returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoen
spotIdYes

Output Schema

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

TDQS

A3.9/5.0
Behavior4/5

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

The description adds behavioral context beyond annotations by emphasizing anonymity and aggregation: 'anonymous aggregate', 'No user identity is returned'. This informs the agent that results are anonymized and observational, consistent with the readOnlyHint and destructiveHint annotations. It does not contradict annotations.

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 extremely concise at two sentences, front-loading the core action and key constraints. No superfluous information; every phrase adds value.

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 the output schema exists, the description need not detail return values. It covers the tool's purpose, anonymity, and scope. For a simple tool with two parameters, the description is largely complete, though it could mention that the aggregate is limited to active reports (already stated).

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% schema description coverage, but the description only indirectly references spotId ('for one spot') and does not explain the lang parameter (e.g., its purpose as locale) or the uuid format. With low coverage, the description fails to compensate by clarifying parameter semantics or constraints.

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 it retrieves an anonymous aggregate of active BeachFinder community reports for one spot, specifying the verb 'Get', the resource 'community reports', and the scope 'for one spot'. This distinguishes it from sibling tools like get_spot_conditions (likely official) and get_spot_details (general details).

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 implies usage for obtaining community reports but does not explicitly state when to use this tool versus alternatives like get_spot_conditions or get_spot_details. No 'when not to use' or recommendation for other tools is provided.

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.