Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must carry the explanatory burden for parameters. It only maps the patch sub-fields (recipient, note, email, active flag) and completely omits the required top-level parameters catalogue_id, link_id, patch, and especially expected_revision. It also says nothing about dry_run, which is a significant gap for an agent trying to call the tool correctly.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.