Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema description coverage at 0%, the description needed to explain scan_id, timeout_s, and poll_interval_s, but it does not. The parameter names are self-evident, and defaults are in the schema, but the description offers no additional meaning, such as units or the effect of timeout_s on polling behavior.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.