Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must explain the parameter. It explicitly says 'pair (e.g. 'USD-BRL')', implying the parameter should be a pair string. However, the schema property is named 'currency' with examples 'USD' and 'EUR' (single codes), creating ambiguity and conflicting cues about the required input format.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.