TG
Travellers Group — Regional Australia Hotels
/create_enquiry
create enquiry
Sends a booking enquiry to the property team (groups, crews, blocks, weekly stays, functions). Requires the guest’s explicit consent to pass their details and c
liveverifiedunknown~5s typical
mcpprobedtravellersgroup—
$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-travellersgroup-agent /create_enquiry for me.
Input
| Field | Type | Description |
|---|---|---|
| property* | string | |
| contact* | object | |
| context_summary* | string | Party, dates, purpose, questions asked — so the team replies informed |
| dates | string | |
| party | string | |
| consent_confirmed* | boolean | Must be true: the guest has consented to their details + context being sent to the propert |
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-travellersgroup-agent","endpoint":"/create_enquiry","input":{"property":"...","contact":{},"context_summary":"...","consent_confirmed":true}}'cli
npx cracked-ai run -p mcp-au-com-travellersgroup-agent -e /create_enquiry -i '{"property":"...","contact":{},"context_summary":"...","consent_confirmed":true}'mcp
run_tool({ provider: "mcp-au-com-travellersgroup-agent", endpoint: "/create_enquiry", input: {"property":"...","contact":{},"context_summary":"...","consent_confirmed":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.