Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema documents all fields including task, depends_on, model, workdir, auto_approve, and agent. The description adds the significance of depends_on (referencing 'Session ID or task_N index that must complete first') and the 3-session concurrency limit, which enriches the tasks parameter meaning. However, it does not clarify field interactions like whether auto_approve or model apply per-task, so value over schema is moderate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.