Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents all three parameters in detail, including leave_token's auth-mapping, never-stored property, and fence-shape rejection. Baseline is 3; the description adds some value by tying parameter failures to concrete outcomes (replayed proof → 401, wrong identity → 403), but it introduces no new syntactic or format meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.