Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning neither parameter ('asset', 'amount') has any documentation in the schema. The description provides no information about these parameters - no explanation of what 'asset' represents (token address, symbol, etc.), what format 'amount' should be in (wei, decimal string, etc.), or any constraints. The description fails to compensate for the complete lack of schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.