discover
Discover models, patterns, and artifacts with stable IDs.
tl;dr Use
discoverto find models, patterns, or artifacts. Prefer returned IDs for subsequentreference,create, andupdatecalls.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | No | "model" (default), "pattern", or "artifact". |
query | string | No | Optional search filter. |
collection | string | No | For models: "public" or "private". |
limit | number | No | Max results (default 25, max 100). |
Examples
discoverdiscover { type: "model", collection: "public" }discover { type: "pattern", query: "hero" }discover { type: "artifact", limit: 10 }
Related
Better prototypes with less prompting
Start creating