Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description names all parameters (symbol via 'pair', start/end, limit, sort) and specifies that start/end are in ms epoch, which adds meaning beyond the schema (which has no descriptions). However, it does not explain the values for sort order (e.g., -1 vs 1) or the meaning of 'recent' when start/end are omitted. With 0% schema description coverage, this partial compensation earns a 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.