Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description implies the 'year' parameter is used to filter votes, but it doesn't add meaning beyond what the input schema provides. Since schema description coverage is 100%, the schema already documents the parameter fully (e.g., type, range, example), so the baseline score of 3 is appropriate as the description adds no extra param details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.