Save a search
save_searchSave a named search scope and seed it with current listings, so later checks report only new arrivals. Persists across restarts.
Instructions
Save a named search scope and seed it with the current listings, so check_saved_searches later reports only NEW listings. Persists across restarts. One polite request to seed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Short handle for this saved search, e.g. 'speedy-under-4k' | |
| note | No | Free-form reminder of why this search exists | |
| year | No | ||
| query | No | Free-text scope, e.g. 'Rolex Submariner' | |
| facets | No | Facet filters (caseMaterials, braceletMaterial, dialColors, gender, movementTypes, watchCategories, maxAgeInDays) - values via list_filters | |
| models | No | Model id from find_models | |
| priceTo | No | ||
| condition | No | ||
| countries | No | ||
| priceFrom | No | ||
| manufacturerIds | No | Brand id from list_brands | |
| referenceNumber | No | Reference number, e.g. '116610lv' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| note | Yes | ||
| seeded | Yes | Listings marked as already seen; check_saved_searches reports only newer ones | |
| replaced | Yes | ||
| totalCount | Yes |