Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, but the description adds the enumeration of valid duration tokens ('1h', '8h', '1d', '1w', 'forever') and clarifies the default behavior ('forever'). The schema only describes 'Omit = forever' without listing all valid tokens, so the description adds meaningful context beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.