check_occupancy
Check current and future occupancy status for TreePod Glamping domes using real-time data to support financial planning and availability management.
Instructions
Verifica estado de ocupación actual y futura de los domos basado en datos reales
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_range | No | today |
Input Schema (JSON Schema)
{
"properties": {
"date_range": {
"default": "today",
"type": "string"
}
},
"type": "object"
}