Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50%, and the description names 'primary person' and 'duplicate CRM contacts,' which maps to primary_person_id and duplicate_person_ids. The idempotency parameters are already described in the schema, but the description adds little beyond what the parameter names imply for the required IDs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.