{
  "name": "AUMARA Guest Discovery Agent",
  "description": "Read-only discovery for AUMARA stays with structured aumara.stay.v1 stay payload (live Beds24 availability, published prices, location, stay-length value comparison) and human Beds24 checkout. It never creates, holds, changes or charges a reservation — payment completes only in the Beds24/Booking UI.",
  "version": "1.2.1",
  "protocolVersion": "1.0",
  "supportedInterfaces": [
    {
      "url": "https://www.aumara.me/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "discover-aumara-stay",
      "name": "Discover AUMARA stay",
      "description": "Return factual public information about AUMARA as a structured aumara.stay.v1 data part (place, units, human Beds24 checkout) plus a text summary. Never creates or holds a reservation.",
      "tags": ["lodging", "Benidoleig", "Marina Alta", "Costa Blanca", "Chalet", "Superior Chalet"],
      "examples": ["quiet nature stay near Dénia", "independent house in Marina Alta", "private chalet among pine trees on the Costa Blanca"]
    },
    {
      "id": "check-live-availability",
      "name": "Check live AUMARA availability",
      "description": "Check exact dates against the public Beds24 feed and return a structured aumara.stay.v1 data part with published total price, nightly value, remaining unit count, receiptId and a date-aware direct-booking link. Checkout is human-only in Beds24.",
      "tags": ["live availability", "price", "Beds24", "dates", "booking"],
      "examples": ["AUMARA from 20 to 23 September for two adults", "what is available next weekend", "live price for Chalet"]
    },
    {
      "id": "compare-stay-value",
      "name": "Compare stay-length value",
      "description": "Compare nearby lengths of stay using live published Beds24 totals and return structured aumara.stay.v1 data identifying the strongest nightly value without inventing or applying a discount.",
      "tags": ["stay length", "value", "longer stay", "price comparison"],
      "examples": ["is 4 nights better value than 3", "compare 2 to 6 nights", "find the best published nightly value"]
    },
    {
      "id": "find-direct-booking",
      "name": "Find direct booking",
      "description": "Return canonical Beds24 booking routes as a structured aumara.stay.v1 data part without creating or modifying a reservation. Payment completes only in the human Beds24 UI.",
      "tags": ["direct booking", "availability", "Chalet", "Superior Chalet"],
      "examples": ["book AUMARA directly", "find a Chalet or Superior Chalet", "continue to the direct booking engine"]
    }
  ]
}
