Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description adds semantic value with explicit examples of filter combinations and the no-keyword case, which clarifies how parameters interact (e.g., on_sale=true alone; price_max with in_stock_only=true). It doesn't redefine each parameter, but it supplements the schema with usage patterns.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.