Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description never mentions change_id. The identity of the parameter is implied by the sentence ('Rebase a Change Request...'), which helps an agent infer that change_id refers to the change whose branch is being rebased. However, with zero coverage the description should compensate more explicitly, and it adds no format, semantics, or context beyond what the schema's bare name provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.