Total Parks
TP
Total Parks
/tp_render_result_cards

Render Total Parks result cards

Use this exactly once after the data calls are complete and the host can display MCP Apps UI. Pass search_response for search-only cards, assess_stay_result for

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_render_result_cards for me.

Input

FieldTypeDescription
search_responsestring
assess_stay_resultstring
titlestring
preferred_stay_kindstring
include_nearbyboolean default false
fallback_property_refsstring
fallback_limitintegerMaximum compact fallback park cards in a composite stay shortlist. Zero hides fallbacks. default 3

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_render_result_cards","input":{"include_nearby":false,"fallback_limit":3}}'
cli
npx cracked-ai run -p mcp-au-com-totalparks-mcp -e /tp_render_result_cards -i '{"include_nearby":false,"fallback_limit":3}'
mcp
run_tool({ provider: "mcp-au-com-totalparks-mcp", endpoint: "/tp_render_result_cards", input: {"include_nearby":false,"fallback_limit":3} })

Try it

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