Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate for the single 'column' parameter. It adds the important constraint that the column must be numeric and mentions currency/comma handling, which clarifies expected input. It does not provide examples or details about column name resolution, but the parameter itself is simple and self-descriptive.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.