{
  "protocolVersion": "0.3.0",
  "name": "GoToBe Local Discovery",
  "description": "Read-only agent access to GoToBe's public local data — areas, places, clubs and upcoming events. Use it to find real-world venues and community activities by area.",
  "version": "1.0.0",
  "url": "https://www.gotobe.dk/a2a",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://www.gotobe.dk/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "PX7 Digital",
    "url": "https://px7.digital"
  },
  "documentationUrl": "https://www.gotobe.dk/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "securitySchemes": {
    "px7Accounts": {
      "type": "oauth2",
      "description": "Optional. PX7 Accounts JWT (audience \"gotobe\") as a Bearer token. Reads are public, so a token is not required.",
      "flows": {
        "clientCredentials": {
          "tokenUrl": "https://accounts.px7.digital/api/auth/agent/token",
          "scopes": {}
        }
      }
    }
  },
  "skills": [
    {
      "id": "list_areas",
      "name": "List areas",
      "description": "List the local areas GoToBe covers (slug, name, description).",
      "tags": [
        "local",
        "discovery",
        "community"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_area",
      "name": "Get an area",
      "description": "Get one area with its public places, clubs and upcoming events.",
      "tags": [
        "local",
        "discovery",
        "community"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "search_places",
      "name": "Search places",
      "description": "List public places in an area, optionally filtered by type or a text query.",
      "tags": [
        "local",
        "discovery",
        "community"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list_clubs",
      "name": "List clubs",
      "description": "List public clubs (recurring local groups) in an area.",
      "tags": [
        "local",
        "discovery",
        "community"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list_events",
      "name": "List events",
      "description": "List upcoming public events in an area.",
      "tags": [
        "local",
        "discovery",
        "community"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}