{
  "name": "OMSmartStay Rental Concierge",
  "description": "Public rental concierge for OM Smart Stay (Bhubaneswar / Patia). Lists rooms, answers questions, and accepts book / register / interested / visit / contact requests via submit_rental_lead (no separate booking API).",
  "version": "0.1.3",
  "protocolVersion": "0.3.0",
  "url": "https://www.omsmartstay.com/api/agent/v1",
  "provider": {
    "organization": "OM Smart Stay",
    "url": "https://www.omsmartstay.com"
  },
  "documentationUrl": "https://www.omsmartstay.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "list_available_rooms",
      "name": "List available rooms",
      "description": "Return rooms that will be available soon, optionally filtered by location/area, building, max rent (INR), and available_from (YYYY-MM-DD).",
      "tags": [
        "rooms",
        "inventory",
        "rental"
      ],
      "examples": [
        "Show rooms under 12000 in Comfort Stay",
        "House for rent at Patia under 18000",
        "What rooms are available from 2026-08-01?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "submit_rental_lead",
      "name": "Book / register / interest / visit / contact (submit rental lead)",
      "description": "Book, register, express interest, schedule a visit, or leave contact details. Always pass room_info from list_available_rooms (e.g. SmartNest/Room-15); server enriches CRM room_context (title, price, address, available_on) like the website Register banner. Requires name + Indian phone.",
      "tags": [
        "book",
        "booking",
        "reserve",
        "register",
        "interest",
        "visit",
        "contact",
        "lead",
        "crm"
      ],
      "examples": [
        "Book SmartNest Room-15 for Test User, 8989898989, abcd@gmail.com",
        "I am interested in SmartNest Room-18 \u2014 register me",
        "Arrange a site visit for SwastikHomes Room-10",
        "Register interest for Satya, 9876543210, satya@example.com"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "chat",
      "name": "Chat with rental concierge",
      "description": "Natural-language Q&A and lead collection. Send message only; server tracks conversation context internally (cookie / MCP session).",
      "tags": [
        "chat",
        "concierge",
        "faq"
      ],
      "examples": [
        "Hi, looking for a furnished room in Patia under 12k"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://www.omsmartstay.com/api/agent/v1",
      "protocolBinding": "HTTP+JSON"
    },
    {
      "url": "https://www.omsmartstay.com/mcp",
      "protocolBinding": "MCP"
    }
  ],
  "securitySchemes": {},
  "security": []
}
