Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for all three parameters (lang, limit, cursor), so the baseline is 3. The description mentions pagination via next_cursor, which reinforces the cursor parameter's purpose, but it adds no new meaning beyond what the schema already specifies. It is adequate but not enhanced.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.