Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 33%, covering to, from, and include_raw. Six parameters (text, limit, currency, account_id, category_id, unreviewed_only) have no schema descriptions. The description adds no parameter-level meaning and never mentions these filters. The currency note refers to result rows, not the currency parameter's semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.