Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents limit, offset, and symbol with defaults and constraints. The description's mention of 'paged per-symbol' rows loosely reinforces the pagination and filtering semantics, but it does not add meaningful parameter-level detail beyond what the input schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.