Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3, but the description adds no meaningful new semantics and introduces an inaccuracy: it mentions 'employee count range' while the schema defines employee_count as a single number. It also omits lookback_years and async, though the schema covers them. Since it repeats schema info rather than enriching it, the value is below baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.