Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 100% coverage but the parameter descriptions are useless: every property is described with 'to process,' 'dest to process,' etc., which gives no semantic meaning. The tool description names fromChain and toChain and mentions optional amount, but the schema has no amount field at all and includes six fields (to, dest, from, source, toChain, fromChain) with no explanation of which are required or what values they accept. The description fails to compensate for the schema's uninformative parameter labels and even introduces a parameter (amount) that is absent from the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.