Search design systems
search_designsSearch multiple design-system catalogs by brand, style, or mood. Returns compact metadata to start UI projects that lack a DESIGN.md.
Instructions
Search every enabled catalog at once for a design system by brand, style, or mood (for example "stripe", "dark fintech dashboard", "warm editorial"). Returns compact metadata with a namespaced id for each hit. Results marked fetchable:false are real but gated; the response's gating map says why. Use this when starting new UI work and the project has no DESIGN.md yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep | No | Search inside document text, not just names. Use it for any style or mood query ("warm editorial", "dark fintech"), because getdesign.md indexes brand names only and its descriptions are boilerplate. Costs about a second on a cold cache, milliseconds afterwards - cheap enough to prefer whenever the query is not a brand name. | |
| tags | No | Tag filter; only designmd.ai uses these. | |
| limit | No | Max results per provider (default 10). | |
| query | Yes | Brand name, style, or mood. | |
| providers | No | Restrict to specific catalogs. Defaults to all enabled. | |
| fetchable_only | No | Drop gated results that cannot be downloaded. |