Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description goes beyond the schema by clarifying that the `query` parameter matches product name, accounting SKU, brand, or variant SKU as a substring, and it lists the healthState enum values. This enriches the meaning of the most complex parameter. `limit` and `channel` are already well-described in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.