Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema description coverage, baseline is 3. The description's example ('location_name', 'highway_dimension', 'limit') adds practical usage context beyond the schema, illustrating a valid invocation pattern and parameter combination. It does not add meaning for every parameter, but the schema already handles those.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.