Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Even though schema coverage is 0%, the description fully explains the sole parameter slug_or_id: it accepts a question slug or ULID and is required. This adds critical semantic meaning not present in the schema definition, fully compensating for the lack of schema description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.