Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 13% (only cursor has a description). The description mentions 'opaque cursor pagination' providing context for the cursor parameter, and 'volume in shares and PnL in USD' hinting at orderBy values, but it does not explain limit, offset, category, timePeriod, userName, walletAddress, or the relationship between offset and cursor. For 8 parameters, the description fails to compensate for the low schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.