Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description explains each parameter's purpose: 'one to five slots' maps to `slots`, 'email-verified application' implies `sessionToken`, 'exact version' maps to `expectedVersion`, and 'durable idempotency key' maps to `idempotencyKey`. It adds high-level meaning beyond the schema's type definitions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.