Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds value by implying that ideaId must refer to a validated, owned idea, which goes beyond the schema's bare 'The idea ID'. It also implies language is a response format choice, aligning with the enum. This extra context justifies a 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.