Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has a rich structure (items array with required supplier_sku, status, observed_at, plus optional fields), but the description only hints at 'by supplier SKU'. With 0% schema description coverage, the description fails to explain the array structure, the meaning of statuses, or the timestamping mechanism, leaving the agent reliant solely on the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.