Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema descriptions cover all parameters (100% coverage), but the description's formula ('payment / (rate - growth)') adds relational meaning among payment, ratePct, and growthPct. It also clarifies the default of growthPct via the formula's context, though that is already in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.