Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage for both parameters, the description 'Trim whitespace from text' provides minimal parameter guidance. It hints at the 'text' parameter but doesn't explain the 'trim_type' parameter at all. The description doesn't clarify what trimming options exist (e.g., leading, trailing, or both), what the default behavior is, or what values 'trim_type' accepts. This fails to compensate for the complete lack of schema documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.