catalog_search_helper
Explore available facets and their valid values. Use this to construct accurate catalog searches by identifying asset types and review statuses that exist.
Instructions
Discover how to search the catalog: list facets, or values for one facet.
Call with no facet to list the available facets — the fields you can
constrain in a catalog_search query. Call with a facet name to get the
suggested/valid values for that facet (e.g. the asset types or review
statuses that actually exist). Use the results to build precise
catalog_search queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facet | No | Facet name to get suggested values for (e.g. 'AssetType'). If omitted, returns the list of available facets instead. | |
| limit | No | Maximum entries to return (default 50). | |
| query | No | Optional filter — when listing facets, matches facet names; when listing values, matches value prefixes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||