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. However, the description does not explicitly explain endpoint_id, idempotency_key, or expected_revision beyond what the schema provides (types, formats, patterns). The idempotency guidance ('Reuse the exact idempotency_key and input after an uncertain mutation') adds some semantic meaning to idempotency_key, and 'expected_revision' is implied by the bounded control plane context but not explicitly defined. With 0% coverage, the description should compensate more, but the schema itself is fairly self-explanatory (uuid, integer, required). A baseline 3 is appropriate given the schema's clarity and the slight idempotency_key context added.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.