Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With schema coverage at 0%, the description carries the burden and does so fully for `value`, spelling out the meaning of 1, -1, and 0. `developer_request_id` is left implicit, relying on its self-explanatory name and schema pattern, which is the only gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.