Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 27% (3 of 11 params), so the description does useful work by deeply explaining `originalArticleId` (original vs sibling id), `locale`, and `published`. However, `slug`, `author`, `format`, `categories`, and `description` remain undocumented in both places, so it only partly compensates for the coverage gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.