search_all
Search every Agentorist vertical at once — the answer to "what's on?".
Use this when the user's request spans verticals or doesn't clearly name
one ("what's on tonight", "anything to do in Boston?", "Friday night
plans"). For specific single-vertical queries ("movies tonight",
"Italian restaurants"), search_all auto-narrows to the hinted vertical
so you don't waste calls.
Returns results_by_vertical keyed by movies/events/local, plus
total_count and bookable_total for quick summaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| when | No | Optional time hint ("tonight", "weekend", or ISO date). | |
| query | Yes | Natural-language query. Empty string is fine (= browse). | |
| locale | No | Optional BCP-47 locale ('en-US', 'fr-FR', 'de-DE', etc.). Forwarded to verticals that localise their response (experiences). | |
| location | Yes | City, postcode, or "lat,lng". | |
| territory | No | ISO country code (US, GB, etc.). Default US. | US |
| agent_client | No | Optional — name of the calling agent. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||