Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema description coverage, the description compensates by explaining that context_version must be the exact fetched value, run_id must be non-sensitive, and retries must reuse the same idempotency_key and request. It does not explicitly define item_id, though the endpoint path's :id hints at its role, so the parameter semantics are mostly but not fully clarified.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.