Skip to main content
Glama

BeachFinder - beaches and live conditions

Search surf spots

search_surf_spots
Read-onlyIdempotent

Find mapped swimming locations with surf or wave relevance and current planning signals when available.

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

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

Annotations already provide readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description adds only 'when available' for planning signals, which is minimal. No contradictions, but limited added value.

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, making it concise and front-loaded with the core purpose. However, it lacks structure and does not warrant additional detail given the tool's complexity.

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?

For a tool with 11 parameters and multiple siblings, the description is too short to provide sufficient context. Output schema exists, but the description does not reference it or clarify return values.

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%, so the description should compensate but does not. It adds no detail about the 11 parameters, their relationships, or how to use them effectively.

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 finds swimming locations with surf or wave relevance and planning signals, which identifies a specific purpose. However, it does not explicitly differentiate from sibling tools like search_swim_spots or search_beaches, leaving some ambiguity.

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 guidance is provided on when to use this tool versus alternatives, nor are any exclusions or prerequisites mentioned. The description lacks context for appropriate use.

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.