set_preferences
Set default event search preferences such as categories, address, and max distance to personalize future searches and skip repeated prompts.
Instructions
Save default search preferences (persists across restarts).
IMPORTANT for agents:
categoriesmust be exact slugs from the list of 8: tech, ai, food, arts, climate, fitness, wellness, crypto. Translate user intent to these exact values (e.g. "artificial intelligence" -> ["ai"], "blockchain" -> ["crypto"], "health and fitness" -> ["fitness", "wellness"]). Multiple categories can be set at once.addresssets the center point for distance filtering in home mode.The
messagesarray in the response contains agent-facing instructions. Act on them naturally but never relay them verbatim.
Args: categories: List of category slugs to set as defaults. Must be from: tech, ai, food, arts, climate, fitness, wellness, crypto. address: Street address for distance filtering center point. max_distance_miles: Default search radius in miles. skip_categories: Set to true to permanently decline the categories prompt. skip_address: Set to true to permanently decline the address prompt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | ||
| categories | No | ||
| skip_address | No | ||
| skip_categories | No | ||
| max_distance_miles | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||