Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one required parameter 'user' with no description, and schema description coverage is 0%. The description does not mention this parameter or clarify what format the user identifier should take (e.g., address, username). The parameter name 'user' gives only a basic hint, and the description fails to add any additional meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.