save_search
Subscribe the user to alerts for new Cyclesite listings matching a filter — the AI assistant will then proactively notify them when a matching bike appears (price drop or fresh listing). Requires OAuth scope listings:read (read-only on data, but this is technically a write — it creates a SavedSearch row on the user's account). Examples: 'let me know when a Trek Domane SL 6 in Manchester under £2,000 appears', 'alert me to any e-MTB drops below £2,500 in Yorkshire'. Each user is capped at 50 active alerts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | UK city to focus on. | |
| name | No | Optional human-readable name (e.g. "Trek Domane in Manchester"). | |
| brand | No | ||
| model | No | ||
| category | No | ||
| maxPrice | No | ||
| minPrice | No | ||
| condition | No | ||
| alertFrequency | No | How often to send digest. Default: instant. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||