{
  "protocolVersion": "0.3.0",
  "name": "World Travel Map",
  "description": "Interactive travel journal that visualizes curated destinations on a 3D globe and exports personalized PDF travel journals. The A2A interface is planned, not yet live.",
  "version": "1.0.0",
  "provider": {
    "organization": "World Travel Map",
    "url": "https://the-world-map.luongnv.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://the-world-map.luongnv.com/a2a/jsonrpc",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "0.3.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "application/pdf"],
  "skills": [
    {
      "id": "browse-destinations",
      "name": "Browse curated destinations",
      "description": "Explore the top curated destinations per country on an interactive 3D globe, filterable by continent, language, and season.",
      "tags": ["travel", "destinations", "discovery"],
      "examples": [
        "List the top destinations in Japan",
        "Which countries can I filter by language?"
      ]
    },
    {
      "id": "export-travel-journal",
      "name": "Export travel journal PDF",
      "description": "Generate a printable PDF travel journal for a country's curated destinations via POST /api/generate-pdf.",
      "tags": ["travel", "pdf", "export"],
      "examples": ["Generate a PDF journal for France", "Export my visited places in Italy"]
    }
  ]
}
