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 undefined parameters, but it only clarifies idempotencyKey (retry key derivation) and seatId/seatName (required for multi-seat mutations). It doesn't explain accountId, creativeId, versionId, approvalId, changeSummary, expectedVersion, dryRun, or the creative object, which are central to actually invoking the restore operation. Core parameter meanings remain ambiguous.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.