Skip to main content
Glama

BeachFinder - beaches and live conditions

Search dive and snorkel spots

search_dive_snorkel_spots
Read-onlyIdempotent

Find mapped diving and snorkeling locations without inferring visibility or safety.

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

B3.1/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description adds that the tool does not infer visibility or safety, which is a useful behavioral constraint beyond the annotations. However, it does not disclose rate limits, authentication needs, or response structure.

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 a single sentence that is well front-loaded, stating what the tool does and what it does not do. Every word earns its place.

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?

Despite having 11 parameters and a complex schema, the description provides almost no contextual guidance. It omits details on required parameters, parameter combinations, output format, or typical usage patterns. The presence of an output schema does not compensate for the lack of usage context.

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

Parameters1/5

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

Schema description coverage is only 36%, leaving most parameters undocumented. The description adds no parameter-level information, failing to compensate for the low coverage. The tool lists 11 parameters with no guidance on how to use them effectively.

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 the tool finds mapped diving and snorkeling locations and explicitly excludes inferring visibility or safety. It distinguishes from sibling tools like search_swim_spots and search_surf_spots by focusing on diving and snorkeling.

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?

The description provides no guidance on when to use this tool versus alternatives such as search_beaches or search_activity_providers. The only hint is 'without inferring visibility or safety', but this does not help an agent choose between related tools.

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.