search_products
Search cat foods by ingredients, health conditions, or food form. Filter results by protein, carbs, and more to find the right food for your cat.
Instructions
Search Bowlly's cat food database by ingredients, health conditions, or food form. Use this when the user asks to find, filter, or recommend cat foods. Returns a summary list — use get_product_detail for full information about specific products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search by product name, brand, or ingredient | |
| form | No | Food form: dry kibble or wet canned food | |
| conditions | No | Comma-separated health conditions: sensitive, urinary, hairball, diet, indoor | |
| includeIngredients | No | Comma-separated ingredients that MUST be present (e.g., 'chicken,tuna'). Note: searches ingredients preview (top 5), may miss ingredients beyond 5th position | |
| excludeIngredients | No | Comma-separated ingredients to EXCLUDE (e.g., 'corn,wheat'). Note: searches ingredients preview (top 5), may miss ingredients beyond 5th position | |
| minProtein | No | Minimum crude protein percentage (e.g., 35) | |
| maxCarbs | No | Maximum estimated carbs percentage (e.g., 10) | |
| sortBy | No | Sort by nutritional metric | |
| limit | No | Results per page (default 10, max 20) | |
| cursor | No | Pagination offset (0 for first page) |