Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema descriptions are absent (0% coverage), leaving parameter semantics to names and the description. Names like take_units, pay_units, regular_unit_price and currency are self-explanatory, and the promo wording maps X/Y to the unit parameters. However, no description clarifies relationships (e.g., whether take_units must exceed pay_units) or the currency default, so the description only partially compensates.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.