M
marketplace
/reschedule_appointment
reschedule appointment
Move a booking you made to a new time. Requires booking_id, the lookup_token from book_appointment, and new_start_time/new_end_time (ISO 8601, from get_availabi
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 /reschedule_appointment for me.
Input
| Field | Type | Description |
|---|---|---|
| booking_id* | string | The booking_id returned from book_appointment |
| lookup_token* | string | The lookup_token returned from book_appointment for this booking |
| new_start_time* | string | ISO 8601 datetime for the new appointment start (from get_availability) |
| new_end_time* | string | ISO 8601 datetime for the new appointment end (from get_availability) |
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":"/reschedule_appointment","input":{"booking_id":"...","lookup_token":"...","new_start_time":"...","new_end_time":"..."}}'cli
npx cracked-ai run -p mcp-com-bookingmaven-marketplace -e /reschedule_appointment -i '{"booking_id":"...","lookup_token":"...","new_start_time":"...","new_end_time":"..."}'mcp
run_tool({ provider: "mcp-com-bookingmaven-marketplace", endpoint: "/reschedule_appointment", input: {"booking_id":"...","lookup_token":"...","new_start_time":"...","new_end_time":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.