Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has one required parameter 'item' with no description (0% coverage). The description does not explain what 'item' represents (e.g., a bank identifier or connection ID), only implying 'a specific bank'. With low schema coverage, the description should compensate by clarifying the parameter, but it fails to do so.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.