who_is_staying
Retrieve current in-house guests for each property, including guest names and stay dates. Filter active stays by a specific date to track occupancy.
Instructions
Show who is currently staying in each property (in-house guests).
Returns one row per active stay (arrival <= on_date < departure) with property, guest name, and dates. Defaults to today. Internally pulls active bookings changed in the last ~year and filters by stay date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| on_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||