Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate by explaining parameter semantics. It mentions 'instance by ref' (ref) and 'property' (name) implicitly, and 'value' is referenced via coercion. But it does not explicitly define what ref is, how to obtain it, or how to construct valid value types. The schema itself lists types, but the description adds little semantic meaning beyond the action itself.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.