← totalparks.com.au
INDIVIDUAL MCP TOOL
tp_get_room_type_details
Use this as a follow-up detail tool after tp_assess_stay returns a candidate room/site, or when a traveller asks what a named visible Total Parks-listed room or site includes.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.total-parks]
url = "https://mcp.totalparks.com.au/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"total-parks": {
"type": "http",
"url": "https://mcp.totalparks.com.au/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: total-parks
Remote MCP URL: https://mcp.totalparks.com.au/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"total-parks": {
"url": "https://mcp.totalparks.com.au/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"total-parks": {
"type": "http",
"url": "https://mcp.totalparks.com.au/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "total-parks",
"transport": "streamable-http",
"url": "https://mcp.totalparks.com.au/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tp_resolve_property— Use this first when a user names an Australian holiday park, caravan park, or campground and you need the authoritative Total Parks public property ref.tp_search_parks— Use this for open-ended discovery and inspiration questions such as finding parks near a place, matching structured filters, or ranking by a trip vibe.tp_search_stays— Use this for open-ended stay searches where the traveller supplies booking intent such as fixed dates, flexible date windows, guest counts, rig details, pets, or an accommodation kind alongside destination, filter, or vibe signals.tp_search_filter_options— Use this to discover the structured filters accepted by tp_search_parks and tp_search_stays before filtering on amenities or curated highlights.tp_assess_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-listed property: can-we-stay/book questions, all-in price/quote questions, or specific date-window checks involving party size, pets, rig details, room/site type, availability, or restrictions.tp_render_result_cards— Use this exactly once after the data calls are complete and the host can display MCP Apps UI.tp_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 across a range.tp_get_park_capabilities— Return first-party structured capability and policy records for one visible Total Parks-listed property, including provenance, confidence, public property URL, and room-type pet policy matrix where available.