Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Block Dates
uplisting:block_dates
Block dates on a property calendar to prevent new bookings.
Write
Medium risk
Cancel Reservation
uplisting:cancel_reservation
Cancel an existing reservation and optionally notify the guest.
Write
High risk
Check Availability
uplisting:check_availability
Check if a property is available for the specified dates and guest count.
Read
Low risk
Create Guest
uplisting:create_guest
Create a new guest profile.
Write
Medium risk
Create Property
uplisting:create_property
Create a new property listing.
Write
Medium risk
Create Reservation
uplisting:create_reservation
Create a new reservation for a property.
Write
Medium risk
Get Calendar
uplisting:get_calendar
Get property calendar with availability, reservations, and pricing for a date range.
Read
Low risk
Get Guest
uplisting:get_guest
Fetch a single guest by ID with contact details and reservation history.
Read
Low risk
Get Property
uplisting:get_property
Fetch a single property by ID with details, amenities, and availability settings.
Read
Low risk
Get Reservation
uplisting:get_reservation
Fetch a single reservation by ID with guest details and property info.
Read
Low risk
List Guests
uplisting:list_guests
List guests with optional filtering, searching, and pagination.
Read
Low risk
List Properties
uplisting:list_properties
List properties with optional filtering and pagination.
Read
Low risk
List Reservations
uplisting:list_reservations
List reservations with optional filtering and pagination.
Read
Low risk
Send Message
uplisting:send_message
Send a message to a guest or property owner via email, SMS, or in-app notification.
Write
Medium risk
Unblock Dates
uplisting:unblock_dates
Unblock dates on a property calendar to allow new bookings.
Write
Medium risk
Update Guest
uplisting:update_guest
Update an existing guest's profile information.
Write
Medium risk
Update Property
uplisting:update_property
Update an existing property's details.
Write
Medium risk
Update Reservation
uplisting:update_reservation
Update an existing reservation's details.
Write
Medium risk