agentorist
A
agentorist
/request_unsupported_booking

request unsupported booking

Log a booking request Agentorist can't yet fulfil. This is the demand-intelligence engine. Every call here becomes a data point sold to the venue as monthly mi

liveverifiedunknown~5s typical
mcpprobedagentorist
$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-com-agentorist-agentorist /request_unsupported_booking for me.

Input

FieldTypeDescription
vertical*stringWhich vertical the request belongs to.
venue_name*stringName of the venue the user wanted.
item_title*stringThe film, event, or experience.
when_isostringRequested time in ISO 8601 (optional). default ""
party_sizeintegerNumber of tickets. default 2
venue_chainstringe.g. Vue, Odeon, Cineworld. default ""
locationstringCity or area. default ""
user_emailstringOptional, for join-notification. default ""
agent_clientstringCalling agent (Claude, ChatGPT, etc.). default ""

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-com-agentorist-agentorist","endpoint":"/request_unsupported_booking","input":{"vertical":"...","venue_name":"...","item_title":"...","when_iso":"","party_size":2,"venue_chain":"","location":"","user_email":"","agent_client":""}}'
cli
npx cracked-ai run -p mcp-com-agentorist-agentorist -e /request_unsupported_booking -i '{"vertical":"...","venue_name":"...","item_title":"...","when_iso":"","party_size":2,"venue_chain":"","location":"","user_email":"","agent_client":""}'
mcp
run_tool({ provider: "mcp-com-agentorist-agentorist", endpoint: "/request_unsupported_booking", input: {"vertical":"...","venue_name":"...","item_title":"...","when_iso":"","party_size":2,"venue_chain":"","location":"","user_email":"","agent_client":""} })

Try it

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