MCP PROMPT · BOOKINGS

/complete-booking

Find a pending booking and confirm it.

01 · The flow

What the agent does, in order.

  1. 01 Call list_bookings with status="pending" to find bookings awaiting confirmation.
  2. 02 Call get_booking_detail with the booking ID to review service, time, customer.
  3. 03 Call confirm_booking with the booking ID.
  4. 04 Optionally call get_contact with the accountId to retrieve customer details for follow-up.
02 · Tools called

4 typed tools in sequence.

  • list_bookings
  • get_booking_detail
  • confirm_booking
  • get_contact

Every tool ships with MCP annotations (title, readOnlyHint, destructiveHint, openWorldHint, idempotentHint). Clients can gate destructive calls before invoking. Full catalog: /server-card.json.

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 .