Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with both parameters described in the schema. The description adds extra semantics for ideaId by specifying ownership ('pass an ideaId you own'), which is not in the schema. Language parameter is not elaborated, but the schema already provides enum and default. Overall, the description meaningfully supplements the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.