Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description carries the semantic weight and does so well: 'listing-bound' clarifies listing_id, 'wallet-signed challenge' covers challenge_id and wallet_signature as a pair, and the returned token's expiry/binding is stated. It does not break out each parameter individually, but the input schema already provides formats.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.