TP
Total Parks
/tp_get_availability_calendar
Get availability calendar
Use this only for flexible-date browsing at a visible Total Parks-listed property or room/site, such as which nearby dates look open or showing availability acr
liveunknown~5s typical
mcptotalparks
$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-totalparks-mcp /tp_get_availability_calendar for me.
Input
| Field | Type | Description |
|---|---|---|
| start_date | string | |
| end_date | string | |
| check_in | string | |
| check_out | string | |
| property_ref | string | |
| property_url | string | |
| room_type_ref | string | |
| room_type_url | string | |
| accommodation_kind | string | |
| adults | integer | default 2 |
| children | integer | default 0 |
| infants | integer | default 0 |
| equipment_type | string | |
| equipment_length_m | string | |
| equipment_width_m | string | |
| equipment_length | string | |
| equipment_width | string | |
| length_m | string | |
| width_m | string | |
| property_id | string |
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-totalparks-mcp","endpoint":"/tp_get_availability_calendar","input":{"adults":2,"children":0,"infants":0}}'cli
npx cracked-ai run -p mcp-au-com-totalparks-mcp -e /tp_get_availability_calendar -i '{"adults":2,"children":0,"infants":0}'mcp
run_tool({ provider: "mcp-au-com-totalparks-mcp", endpoint: "/tp_get_availability_calendar", input: {"adults":2,"children":0,"infants":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.