refero_search
Search the Refero design catalog using natural-language queries. Returns the most relevant design styles, optionally filtered by theme or tags.
Instructions
Natural-language search over the styles.refero.design catalog. Returns the top matches scored by an embedding model (when OPENAI_API_KEY is set) or a BM25-lite keyword fallback. The local catalog is mirrored on first call and refreshed automatically every 24 hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language vibe query, e.g. "playful neobrutalist saas". | |
| theme | No | Filter to light- or dark-themed sites only. | |
| tags | No | Filter to styles whose tags / name / northStar mention any of these terms. | |
| limit | No | How many results to return (default 10, max 50). |