Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOSTAWAY_API_TOKEN | Yes | The Hostaway API token used for authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_unread_guest_threads | List recent guest threads with raw unread metadata and derived attention signals. |
| get_conversation_context | Return an agent-friendly conversation summary plus recent message history. |
| get_reservation_brief | Return the minimum useful reservation context for an agent or operator. |
| get_listing_brief | Return the minimum useful listing context tied to conversations or reservations. |
| search_reservations | Lookup reservations by guest name, date range, listing, or reservation id. |
| search_conversations | Lookup conversations by guest name, listing, reservation id, or conversation id. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |