Toast · Capability
Toast Restaurant Operations
Unified workflow capability combining Toast Orders and Labor APIs for day-to-day restaurant operations management. Enables operators to monitor orders, manage payments, and oversee staff from a single interface. Used by restaurant managers and operations teams.
What You Can Do
GET
List orders
— Get multiple restaurant orders
/v1/orders
GET
Get order
— Get a specific restaurant order
/v1/orders/{guid}
GET
List payments
— Get payment identifiers
/v1/payments
GET
List employees
— List restaurant employees
/v1/employees
POST
Create employee
— Create a new employee
/v1/employees
GET
Get employee
— Get employee details
/v1/employees/{id}
MCP Tools
list-restaurant-orders
Get multiple orders for a restaurant in a date range
read-only
get-restaurant-order
Get details of a specific restaurant order
read-only
list-order-payments
List payment records for a restaurant
read-only
get-order-payment
Get details of a specific payment
read-only
list-employees
List all employees at a restaurant location
read-only
get-employee
Get a specific employee record
read-only
create-employee
Create a new employee record at a restaurant
update-employee
Update employee information
idempotent
APIs Used
toast-orders
toast-labor