Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3; the schema already explains role, limit, and currency. The description adds extra meaning by tying currency to the output ('total price (converted to the requested currency, default USD)') and by framing role as buyer versus seller perspectives, which is not fully captured by the parameter names alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.