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
| Field | Type | Description |
|---|---|---|
| vertical* | string | Which vertical the request belongs to. |
| venue_name* | string | Name of the venue the user wanted. |
| item_title* | string | The film, event, or experience. |
| when_iso | string | Requested time in ISO 8601 (optional). default "" |
| party_size | integer | Number of tickets. default 2 |
| venue_chain | string | e.g. Vue, Odeon, Cineworld. default "" |
| location | string | City or area. default "" |
| user_email | string | Optional, for join-notification. default "" |
| agent_client | string | Calling 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.