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 giving a concrete example that maps amount=100000, rate=3, and years=10 to specific outputs, reinforcing what each parameter means and how they relate. It does not add new details about the lang parameter, but the schema already handles that.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.