list_room_locations
Retrieve all available room booking locations for an Indico instance. Use this to get the location name required for room search, availability, and booking operations.
Instructions
List all room booking locations (sites) known for this Indico instance.
Returns locations from the rooms cache (built by discover_rooms) if it exists, otherwise returns the locations configured via INDICO_*_ROOM_LOCATIONS. The location name is required by search_rooms, find_available_rooms, get_room_reservations, and book_room.
When reading from the cache the response also includes 'cache_updated' (ISO date the cache was last refreshed) and 'cache_age_days' so the caller can decide whether to re-run discover_rooms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | Named Indico instance to query. Use only configured names. If omitted, the server default instance is used. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||