Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The sole parameter 'item' has no schema description (0% coverage). The description only implies it identifies a specific bank, but does not specify the format, expected values, or how to obtain it (e.g., from list_connections). This leaves the agent guessing about the parameter's exact semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.