Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and each parameter already has a specific enum and a description stating to include it only when explicitly stated. The description adds a cross-cutting rule that applies to all parameters: never assume, default, recommend, or infer missing values. This goes beyond the schema and clarifies parameter sourcing semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.