MCP PROMPT · BOOKINGS
/complete-booking
Find a pending booking and confirm it.
01 · The flow
What the agent does, in order.
- 01 Call list_bookings with status="pending" to find bookings awaiting confirmation.
- 02 Call get_booking_detail with the booking ID to review service, time, customer.
- 03 Call confirm_booking with the booking ID.
- 04 Optionally call get_contact with the accountId to retrieve customer details for follow-up.
02 · Tools called
4 typed tools in sequence.
list_bookingsget_booking_detailconfirm_bookingget_contact
Every tool ships with MCP annotations (title, readOnlyHint, destructiveHint, openWorldHint, idempotentHint). Clients can gate destructive calls before invoking. Full catalog: /server-card.json.
03 · Related
More bookings playbooks.
Try this in your agent.
Connect FavCRM to Cursor, Claude, ChatGPT, or any MCP client. Type /complete-booking in chat. Agent runs the steps in order.
Verified .