Skip to content
Back to BeachFinder Search Beaches

Card snapshot

getbeachfinder.com · 2026-08-22 00:16:58 UTC · f189d5e70884f1c8a8b06a5df2dbc7a0248dcf51f44854e7eaf458b009244d50

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "BeachFinder Search Beaches",
  "description": "Read-only A2A beach search with structured JSON input. A fixed text capability handshake is accepted for registry interoperability and never runs a search.",
  "supportedInterfaces": [
    {
      "url": "https://getbeachfinder.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "BeachFinder",
    "url": "https://getbeachfinder.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "search_beaches",
      "name": "Search beaches",
      "description": "Searches beaches from a city, optional country, language, intent and bounded result limit.",
      "tags": [
        "beaches",
        "swimming",
        "travel",
        "read-only"
      ],
      "examples": [
        "Find family-friendly beaches near Nice, France"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}