Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The Arg block adds meaning beyond the bare schema: it explains output_path as a save location and width/height as pixel dimensions, which is not evident from the schema alone. It doesn't document defaults or constraints, but since all parameters are optional, that's acceptable.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.