{
  "protocolVersion": "0.3.0",
  "name": "Comfort Curators — public site agent",
  "description": "Answers questions from what comfortcurator.com publishes, and routes enquiries to a human Curator. It does not quote prices, take bookings, or accept payment: stays are quoted on enquiry by a person.",
  "url": "https://comfortcurator.com/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "Comfort Curators Private Limited",
    "url": "https://comfortcurator.com"
  },
  "documentationUrl": "https://comfortcurator.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "site-lookup",
      "name": "Look up published material",
      "description": "List the canonical pages of comfortcurator.com and return the readable text of any one of them.",
      "tags": ["retrieval", "hospitality", "company-information"],
      "examples": [
        "What pages does comfortcurator.com have?",
        "What does the SuperhostOS page say?",
        "Tell me about the founder."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "enquiry-routing",
      "name": "Route an enquiry to a Curator",
      "description": "Explain how to reach a Curator about a stay or about management. Returns real contact channels; it cannot submit the enquiry form, which requires a person in a browser.",
      "tags": ["contact", "hospitality"],
      "examples": [
        "How do I enquire about a stay?",
        "What does a stay cost?",
        "How do I contact Comfort Curators?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ]
}
