search_products
Search products in a tenant catalog. Returns safe columns only (no cost_price/markup). Filter by type, category, name, or in_stock status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Tenant slug | |
| type | No | Product type filter (e.g., granulas, briketes, saplaksnis) | |
| limit | No | Max results (default: 50, max: 100) | |
| search | No | Search text (matches name, type, category) | |
| in_stock_only | No | Only show in-stock products (default: true) | |
| response_format | No | Response detail level: "concise" (default, key fields only) or "detailed" (all fields) |