Camping Australia
CA
Camping Australia
/bk_cart_guest

Set booking guest details

Attach the lead guest's contact details to the Bookeasy cart. Bookeasy requires a name and email to issue a booking. For a signed-in customer, any of first_name

liveverifiedunknown~5s typical
mcpprobedcampingaustralia
$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-au-com-trip-planner-camping-australia /bk_cart_guest for me.

Input

FieldTypeDescription
email*stringGuest email (booking confirmation goes here)
first_name*stringGuest first name
phonestringOptional contact phone
session_key*stringThe cart session key
surname*stringGuest surname

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-au-com-trip-planner-camping-australia","endpoint":"/bk_cart_guest","input":{"email":"...","first_name":"...","session_key":"...","surname":"..."}}'
cli
npx cracked-ai run -p mcp-au-com-trip-planner-camping-australia -e /bk_cart_guest -i '{"email":"...","first_name":"...","session_key":"...","surname":"..."}'
mcp
run_tool({ provider: "mcp-au-com-trip-planner-camping-australia", endpoint: "/bk_cart_guest", input: {"email":"...","first_name":"...","session_key":"...","surname":"..."} })

Try it

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