A
agentorist
/find_options
find options
Find concrete bookable options for an item. For movies: showtimes for the given film. For events: ticket classes.
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 /find_options for me.
Input
| Field | Type | Description |
|---|---|---|
| vertical* | string | The vertical (e.g. "movies", "events"). |
| item_id* | string | ID returned by `search` (film_id, event_id), or a title for fuzzy lookup. |
| location | string | City, postcode, or "lat,lng" — required for movies. default "" |
| when | string | ISO date (YYYY-MM-DD) or "today"/"tomorrow". Default "today". default "today" |
| agent_client | string | Optional — name of the calling agent (Claude, ChatGPT, etc.). Pass the SAME value across s 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":"/find_options","input":{"vertical":"...","item_id":"...","location":"","when":"today","agent_client":""}}'cli
npx cracked-ai run -p mcp-com-agentorist-agentorist -e /find_options -i '{"vertical":"...","item_id":"...","location":"","when":"today","agent_client":""}'mcp
run_tool({ provider: "mcp-com-agentorist-agentorist", endpoint: "/find_options", input: {"vertical":"...","item_id":"...","location":"","when":"today","agent_client":""} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.