Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description was expected to compensate by explaining parameters, but it only adds meaning to expected_revision via 'revision check'. Required fields like project_id, request_id, session_id, task_id, and optional fields like location, parent_work_id, and replace_work_id are left entirely to their names.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.