Search catalog
search_productsSearch the allover.art catalog (one card per design). Args: query? (free text, e.g. 'cat', 'neon koi'), theme? (canonical theme like Cats/Anime/Skulls, comma-separated for several), section? (mens|womens|kids), limit? (<=48), max_price? (USD). Returns product cards with good_id, price and url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max cards to return (default 24, max 48). | |
| query | No | Free-text search, e.g. 'cat' or 'neon koi'. | |
| theme | No | Canonical theme filter (Cats, Anime, Skulls, ...); comma-separate several. | |
| section | No | Catalog section: mens, womens or kids. | |
| max_price | No | Only items priced at or below this amount, USD. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | Product cards. | |
| total | No | Total catalog matches for the filters. | |
| showing | No | Number of cards returned. |