GoTable

GoTable provides restaurant reservation, guest, offer, table, availability, and webhook management through its REST API.

19 actions Integration catalog
Request access
Connect GoTable once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Cancel ReservationGO_TABLE_CANCEL_RESERVATION
Irreversibly cancel a finalized reservation or reject a pending reservation. The selected role controls GoTable's default communication.
Create ReservationGO_TABLE_CREATE_RESERVATION
Create a reservation or walk-in. Guest-role calls enforce availability and may trigger guest-facing operational communication.
Create Reservation NoteGO_TABLE_CREATE_RESERVATION_NOTE
Attach an HTML note to a reservation under an account that has access to the restaurant.
Get AvailabilityGO_TABLE_GET_AVAILABILITY
Return restaurant-wide availability, or availability for one offer when offer_id is provided, over a date range of at most three months.
Get GuestGO_TABLE_GET_GUEST
Return one guest profile by restaurant and guest ID.
Get OfferGO_TABLE_GET_OFFER
Return one booking offer by restaurant and offer ID.
Get ReservationGO_TABLE_GET_RESERVATION
Return one reservation by restaurant and reservation ID.
Get RestaurantGO_TABLE_GET_RESTAURANT
Return details for one accessible restaurant by ID.
Get TableGO_TABLE_GET_TABLE
Return one physical table by restaurant and table ID.
Get Table CombinationGO_TABLE_GET_TABLE_COMBINATION
Return one configured table combination by restaurant and combination ID.
List Restaurant AccountsGO_TABLE_LIST_ACCOUNTS
Return one page of user accounts that can access a restaurant, including IDs usable as reservation-note authors.
List GuestsGO_TABLE_LIST_GUESTS
Return one page of restaurant guests, optionally filtered with GoTable's guest search syntax.
List OffersGO_TABLE_LIST_OFFERS
Return one page of booking offers configured for a restaurant.
List Reservation NotesGO_TABLE_LIST_RESERVATION_NOTES
Return all notes attached to one reservation.
List ReservationsGO_TABLE_LIST_RESERVATIONS
Return one page of reservations for a restaurant, optionally filtered with GoTable's reservation search syntax.
List RestaurantsGO_TABLE_LIST_RESTAURANTS
Return one page of restaurants accessible to the connected GoTable account.
List Table CombinationsGO_TABLE_LIST_TABLE_COMBINATIONS
Return one page of configured table combinations for a restaurant.
List TablesGO_TABLE_LIST_TABLES
Return one page of physical tables configured for a restaurant.
Update ReservationGO_TABLE_UPDATE_RESERVATION
Update selected details of an existing reservation, including its schedule, party, guest data, comments, duration, or table assignment. Omitted fields remain unchanged.