urdb_list_products
Filter products by category, brand, or integrity score range to find items matching specific criteria like 'best integrity laptops' or 'washing machines above 70'.
Instructions
List products filtered by category, brand, or score range. Use for recommendations like 'best integrity laptops' or 'washing machines above 70'.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Category name (e.g. 'Laptop', 'Washing Machine') | |
| brand | No | Brand slug (e.g. 'apple', 'samsung', 'framework') | |
| min_score | No | Minimum integrity score (0-100) | |
| sort | No | Sort order — 'score' returns highest integrity first | |
| per_page | No | Results per page (max 100) |