Skip to main content
Glama

BeachFinder - beaches and live conditions

Search river and whitewater spots

search_river_whitewater_spots
Read-onlyIdempotent

Find mapped river and whitewater activity locations near a destination.

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

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed10 schema fields changed
    • changedInput schema / properties / query / description
      Previous value: -"Beach, activity or free-text search"New value: +"Exact 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."
    • addedOutput schema / properties / answerConfidence
      Added value: +{
      +  "enum": [
      +    "high",
      +    "medium",
      +    "low"
      +  ],
      +  "type": "string"
      +}
    • addedOutput schema / properties / degraded
      Added value: +{
      +  "type": "boolean"
      +}
    • addedOutput schema / properties / primaryAnswerId
      Added value: +{
      +  "type": [
      +    "string",
      +    "null"
      +  ]
      +}
    • addedOutput schema / properties / results / items / properties / entityConfidenceLevel
      Added value: +{
      +  "enum": [
      +    "VERIFIED",
      +    "HIGH_CONFIDENCE",
      +    "PROBABLE",
      +    "UNVERIFIED",
      +    "REJECTED"
      +  ],
      +  "type": "string"
      +}
    • addedOutput schema / properties / results / items / properties / entityConfidenceScore
      Added value: +{
      +  "maximum": 100,
      +  "minimum": 0,
      +  "type": "number"
      +}
    • changedOutput schema / properties / results / items / properties / liveConditions / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "airTemperatureC": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "apparentTemperatureC": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "currentVelocityKmh": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "updatedAt": {
      -        "type": [
      -          "string",
      -          "null"
      -        ]
      -      },
      -      "uvIndex": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "waterTemperatureC": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "waveHeightM": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "windGustKmh": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "windSpeedKmh": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      }
      -    },
      -    "required": [
      -      "updatedAt",
      -      "airTemperatureC",
      -      "apparentTemperatureC",
      -      "waterTemperatureC",
      -      "windSpeedKmh",
      -      "windGustKmh",
      -      "uvIndex",
      -      "waveHeightM",
      -      "currentVelocityKmh"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": false,
      +    "properties": {
      +      "airTemperatureC": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "apparentTemperatureC": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "currentVelocityKmh": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "expiresAt": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "fetchedAt": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "freshnessStatus": {
      +        "enum": [
      +          "LIVE",
      +          "FRESH",
      +          "STALE",
      +          "EXPIRED",
      +          "UNAVAILABLE"
      +        ],
      +        "type": "string"
      +      },
      +      "observedAt": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "source": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "timezone": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "updatedAt": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      },
      +      "uvIndex": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "waterTemperatureC": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "waveHeightM": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "windGustKmh": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      },
      +      "windSpeedKmh": {
      +        "type": [
      +          "number",
      +          "null"
      +        ]
      +      }
      +    },
      +    "required": [
      +      "updatedAt",
      +      "observedAt",
      +      "fetchedAt",
      +      "expiresAt",
      +      "source",
      +      "timezone",
      +      "freshnessStatus",
      +      "airTemperatureC",
      +      "apparentTemperatureC",
      +      "waterTemperatureC",
      +      "windSpeedKmh",
      +      "windGustKmh",
      +      "uvIndex",
      +      "waveHeightM",
      +      "currentVelocityKmh"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • addedOutput schema / properties / results / items / properties / primaryAnswerEligible
      Added value: +{
      +  "type": "boolean"
      +}
    • addedOutput schema / properties / results / items / properties / primaryAnswerReasons
      Added value: +{
      +  "items": {
      +    "type": "string"
      +  },
      +  "type": "array"
      +}
    • changedOutput schema / required
      Previous value: -[
      -  "ok",
      -  "operation",
      -  "query",
      -  "answer",
      -  "updatedAt",
      -  "confidence",
      -  "results",
      -  "safetyNotice",
      -  "attribution",
      -  "links"
      -]New value: +[
      +  "ok",
      +  "operation",
      +  "query",
      +  "answer",
      +  "updatedAt",
      +  "confidence",
      +  "answerConfidence",
      +  "primaryAnswerId",
      +  "degraded",
      +  "results",
      +  "safetyNotice",
      +  "attribution",
      +  "links"
      +]
  2. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "http://json-schema.org/draft-07/schema#",
      +  "additionalProperties": false,
      +  "properties": {
      +    "answer": {
      +      "type": "string"
      +    },
      +    "attribution": {
      +      "type": "string"
      +    },
      +    "confidence": {
      +      "enum": [
      +        "high",
      +        "medium",
      +        "low"
      +      ],
      +      "type": "string"
      +    },
      +    "links": {
      +      "additionalProperties": false,
      +      "properties": {
      +        "app": {
      +          "format": "uri",
      +          "type": "string"
      +        },
      +        "methodology": {
      +          "format": "uri",
      +          "type": "string"
      +        },
      +        "privacy": {
      +          "format": "uri",
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "app",
      +        "methodology",
      +        "privacy"
      +      ],
      +      "type": "object"
      +    },
      +    "ok": {
      +      "const": true,
      +      "type": "boolean"
      +    },
      +    "operation": {
      +      "type": "string"
      +    },
      +    "query": {
      +      "additionalProperties": {},
      +      "type": "object"
      +    },
      +    "results": {
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "canonicalUrl": {
      +            "format": "uri",
      +            "type": "string"
      +          },
      +          "category": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "conditionsUpdatedAt": {
      +            "type": [
      +              "string",
      +              "null"
      +            ]
      +          },
      +          "confidence": {
      +            "enum": [
      +              "high",
      +              "medium",
      +              "low"
      +            ],
      +            "type": "string"
      +          },
      +          "distanceKm": {
      +            "type": [
      +              "number",
      +              "null"
      +            ]
      +          },
      +          "downloadAppUrl": {
      +            "format": "uri",
      +            "type": "string"
      +          },
      +          "entityType": {
      +            "enum": [
      +              "beach",
      +              "swim_spot",
      +              "river_spot",
      +              "van_spot",
      +              "provider",
      +              "guide"
      +            ],
      +            "type": "string"
      +          },
      +          "geo": {
      +            "additionalProperties": false,
      +            "properties": {
      +              "lat": {
      +                "type": "number"
      +              },
      +              "lng": {
      +                "type": "number"
      +              }
      +            },
      +            "required": [
      +              "lat",
      +              "lng"
      +            ],
      +            "type": "object"
      +          },
      +          "id": {
      +            "type": "string"
      +          },
      +          "liveConditions": {
      +            "anyOf": [
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "airTemperatureC": {
      +                    "type": [
      +                      "number",
      +                      "null"
      +                    ]
      +                  },
      +                  "apparentTemperatureC": {
      +                    "type": [
      +                      "number",
      +                      "null"
      +                    ]
      +                  },
      +                  "currentVelocityKmh": {
      +                    "type": [
      +                      "number",
      +                      "null"
      +                    ]
      +                  },
      +                  "updatedAt": {
      +                    "type": [
      +                      "string",
      +                      "null"
      +                    ]
      +                  },
      +                  "uvIndex": {
      +                    "type": [
      +                      "number",
      +                      "null"
      +                    ]
      +                  },
      +                  "waterTemperatureC": {
      +                    "type": [
      +                      "number",
      +                      "null"
      +                    ]
      +                  },
      +                  "waveHeightM": {
      +                    "type": [
      +                      "number",
      +                      "null"
      +                    ]
      +                  },
      +                  "windGustKmh": {
      +                    "type": [
      +                      "number",
      +                      "null"
      +                    ]
      +                  },
      +                  "windSpeedKmh": {
      +                    "type": [
      +                      "number",
      +                      "null"
      +                    ]
      +                  }
      +                },
      +                "required": [
      +                  "updatedAt",
      +                  "airTemperatureC",
      +                  "apparentTemperatureC",
      +                  "waterTemperatureC",
      +                  "windSpeedKmh",
      +                  "windGustKmh",
      +                  "uvIndex",
      +                  "waveHeightM",
      +                  "currentVelocityKmh"
      +                ],
      +                "type": "object"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ]
      +          },
      +          "location": {
      +            "type": "string"
      +          },
      +          "name": {
      +            "type": "string"
      +          },
      +          "openUrl": {
      +            "format": "uri",
      +            "type": "string"
      +          },
      +          "sources": {
      +            "items": {
      +              "additionalProperties": false,
      +              "properties": {
      +                "label": {
      +                  "type": "string"
      +                },
      +                "observedAt": {
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "url": {
      +                  "format": "uri",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "label",
      +                "url"
      +              ],
      +              "type": "object"
      +            },
      +            "type": "array"
      +          },
      +          "stableFacts": {
      +            "items": {
      +              "additionalProperties": false,
      +              "properties": {
      +                "label": {
      +                  "type": "string"
      +                },
      +                "value": {}
      +              },
      +              "required": [
      +                "label"
      +              ],
      +              "type": "object"
      +            },
      +            "type": "array"
      +          },
      +          "verificationStatus": {
      +            "enum": [
      +              "owner_verified",
      +              "source_backed",
      +              "mapped"
      +            ],
      +            "type": "string"
      +          },
      +          "why": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "id",
      +          "entityType",
      +          "verificationStatus",
      +          "name",
      +          "location",
      +          "distanceKm",
      +          "canonicalUrl",
      +          "openUrl",
      +          "downloadAppUrl",
      +          "why",
      +          "stableFacts",
      +          "liveConditions",
      +          "conditionsUpdatedAt",
      +          "sources",
      +          "confidence"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "safetyNotice": {
      +      "type": "string"
      +    },
      +    "updatedAt": {
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "ok",
      +    "operation",
      +    "query",
      +    "answer",
      +    "updatedAt",
      +    "confidence",
      +    "results",
      +    "safetyNotice",
      +    "attribution",
      +    "links"
      +  ],
      +  "type": "object"
      +}
  3. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows it's a safe read operation. The description adds no further behavioral context (e.g., data source, rate limits). 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.

Conciseness4/5

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

The description is a single sentence with no redundancy. However, it lacks structure (e.g., bullet points) and front-loads the core action but omits important details.

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

Completeness2/5

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

Given 11 parameters, low schema coverage, and no output schema description, the description is insufficient. It does not explain how parameters interact (e.g., city vs lat/lng, radiusKm role) or what the output contains beyond 'locations'.

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?

Schema description coverage is only 36% (4 out of 11 parameters have descriptions). The description does not elaborate on any parameter semantics beyond what the schema already provides. For low coverage, the description should compensate but doesn't add meaning, e.g., for 'query' or 'intent'.

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 it finds 'mapped river and whitewater activity locations near a destination,' which differentiates it from sibling tools like search_beaches or search_surf_spots. However, it could be more specific about the type of locations (e.g., put-ins, rapids).

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like search_surf_spots or search_swim_spots. The description does not mention when to prefer coordinates vs city, or how the intent parameter affects results.

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.