marketplace
M
marketplace
/get_booking

get booking

Look up the current status/time of a booking you made. Requires the booking_id and the lookup_token that book_appointment returned. No account needed.

liveunknown~5s typical
mcpmarketplace
$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-com-bookingmaven-marketplace /get_booking for me.

Input

FieldTypeDescription
booking_id*stringThe booking_id returned from book_appointment
lookup_token*stringThe lookup_token returned from book_appointment for this booking

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-com-bookingmaven-marketplace","endpoint":"/get_booking","input":{"booking_id":"...","lookup_token":"..."}}'
cli
npx cracked-ai run -p mcp-com-bookingmaven-marketplace -e /get_booking -i '{"booking_id":"...","lookup_token":"..."}'
mcp
run_tool({ provider: "mcp-com-bookingmaven-marketplace", endpoint: "/get_booking", input: {"booking_id":"...","lookup_token":"..."} })

Try it

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