Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 50%, so the description must compensate for undocumented parameters. It does not. The only semantic guidance is 'One currency per account,' which partially explains the currency parameter. It says nothing about name, type, opening_balance, as_of, last4, region, or institution. The schema itself documents a few fields, but the description adds no meaningful parameter-level detail beyond the currency constraint.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.