Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one optional 'chain' parameter with an enum, but the description never mentions it. With 0% schema description coverage, the description should at least explain what 'chain' affects (e.g., which asset's session stats are computed), but it remains silent. The enum provides some hint, but the agent has to guess whether the parameter is required, what default exists, and how it relates to the described metric.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.