Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the burden of explaining parameters. The description mentions 'map details and leaderboard scores' and 'difficulty, base ratings, and score conditions', which loosely maps to the 'id' and 'context' parameters, but it does not explain 'page', 'count', or the meaning of the 'context' enum values. The schema provides names, types, and defaults, but the description adds minimal semantic value beyond that. Baseline 3 is appropriate because the schema is fairly self-documenting with defaults and enums, but the description does not compensate for the 0% coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.