mma_describe_catalog
Fetch the marketplace catalog schema to discover categories with live counts, or obtain filterable facets, types, and enum values for a chosen category, enabling accurate search parameters.
Instructions
Read the self-describing facet schema BEFORE searching or listing. Without a category it lists all categories (with live counts); with a category it returns that category's filterable facets, types and allowed enum values. Only use facet keys + values it returns — never invent them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category slug (e.g. products, businesses, ai-agents, real-estate). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| usage | Yes | ||
| facets | Yes | Facet definitions: key, type, allowed values, distributions. | |
| category | No | The requested category (when a slug was given). | |
| categories | Yes | All categories with live counts. |