Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description carries the burden of explaining parameters. It mentions 'card authorization' and 'account token' in the context of MPP 402, which maps to the payment_authorization parameter, but it doesn't explain amount_cents, idempotency_key, or automatic. The description adds some semantic value but leaves most parameters to be inferred from their names and schema constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.