TP
Total Parks
/tp_assess_stay
Assess a stay
Use this after tp_resolve_property, or when you already have a returned property_ref/property_url, for any concrete stay assessment at a known Total Parks-liste
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_assess_stay for me.
Input
| Field | Type | Description |
|---|---|---|
| intent | string | |
| check_in | string | |
| check_out | string | |
| start_date | string | |
| end_date | string | |
| property_ref | string | |
| property_url | string | |
| room_type_ref | string | |
| room_type_url | string | |
| accommodation_kind | string | |
| preferred_room_type | string | |
| option_facets | string | |
| option_facet_names | string | |
| option_limit | string | |
| option_cursor | string | |
| adults | string | |
| children | string | |
| infants | string | |
| equipment_type | string | |
| equipment_length_m | 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_assess_stay","input":{}}'cli
npx cracked-ai run -p mcp-au-com-totalparks-mcp -e /tp_assess_stay -i '{}'mcp
run_tool({ provider: "mcp-au-com-totalparks-mcp", endpoint: "/tp_assess_stay", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.