# Open houses

> Schedule and manage open-house events and their visitor records.

<!-- Source: https://docs.actuallycare.com/tools/open-houses -->

Schedule and manage open-house events and their visitor records.
## Tools (8)
| Tool | Type | What it does |
| --- | --- | --- |
| [`open_houses_list`](/tools/open-houses/open_houses_list) | Read-only | Search for open house events by address, status, or date range. |
| [`open_houses_get`](/tools/open-houses/open_houses_get) | Read-only | Get full details of an open house by UUID, including all visitors. |
| [`open_houses_create`](/tools/open-houses/open_houses_create) | Creates data | Schedule a new open house event. |
| [`open_houses_update`](/tools/open-houses/open_houses_update) | Updates data | Update an existing open house's information or status. |
| [`open_houses_stats`](/tools/open-houses/open_houses_stats) | Read-only | Get aggregate statistics for open houses: total count, upcoming count, completed count, total visitors, average visitors per event, and next 5 upcoming events. |
| [`open_houses_archive`](/tools/open-houses/open_houses_archive) | Updates data | Archive an open house to hide it from active views without deleting it. |
| [`open_houses_restore`](/tools/open-houses/open_houses_restore) | Updates data | Restore a previously archived open house back to active views. |
| [`open_houses_delete`](/tools/open-houses/open_houses_delete) | Irreversible | Permanently delete an open house. |
