Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description must compensate for the single change_id parameter. It does so by identifying the resource as an approved, conflict-free Change Request, implying change_id is that Change Request's identifier. Yet it never explicitly says where the ID comes from or what format it has, so some inference from sibling tools like list_changes is still required.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.