Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate. The 'max 1000 SKU' note provides a meaningful upper bound for the single 'skus' array parameter. However, it does not clarify what the integer SKU values represent, how to source them, or expected behavior when the limit is exceeded. The one-param schema is simple, but the description only partially compensates for the missing schema docs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.