Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description adds valuable parameter guidance by explicitly stating that 'id URL-encoding is handled for you — pass the raw case id,' which prevents a common mistake. It also reinforces that source is a source code, though the schema already covers that.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.