g-guest
G
g-guest
/create_booking

create booking

Create a real reservation. Use a start value returned by check_availability. Never invent guest details — ask the person for their real name, email and phone fi

liveunknown~5s typical
mcpg-guest
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-g-guest-g-guest /create_booking for me.

Input

FieldTypeDescription
slug*string
start*stringThe slot's `start` value, copied exactly as check_availability returned it.
party_size*integer
name*string
email*string
phone*string
notesstring
idempotency_keystringRetry safety: pick any unique string for this booking attempt and reuse it on retries — th
sourcestring (chatgpt | hermes | other_ai | proof_video)Which assistant is booking. Defaults to other_ai. proof_video is our own channel: bookings

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-g-guest-g-guest","endpoint":"/create_booking","input":{"slug":"...","start":"...","party_size":1,"name":"...","email":"...","phone":"..."}}'
cli
npx cracked-ai run -p mcp-app-g-guest-g-guest -e /create_booking -i '{"slug":"...","start":"...","party_size":1,"name":"...","email":"...","phone":"..."}'
mcp
run_tool({ provider: "mcp-app-g-guest-g-guest", endpoint: "/create_booking", input: {"slug":"...","start":"...","party_size":1,"name":"...","email":"...","phone":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.