Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description carries the burden of explaining parameters. It partially compensates: 'period' implies from/to are date boundaries, 'one block per currency' hints at currency grouping, and 'per-category breakdown' relates to group_by. However, it does not explain the currency parameter's optionality or filtering role, nor does it mention group_by's other allowed values (parent_category, merchant, account), leaving meaningful gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.