Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents both parameters. The description elaborates on the 'ranking' enum values with brief explanations (e.g., 'biggest-drops' - largest recent price drop), adding context beyond the enum labels. The 'limit' parameter is not described further, but the schema already covers it; thus the description adds moderate value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.