Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema coverage, the description compensates by linking 'rename' to the name parameter and 'owner label' to ownerLabel, and adds permission context. orgId/nodeId are not explicitly described, but their purpose as identifiers is self-evident from the names and required status. It doesn't mention that ownerLabel can be null to clear the label, which the schema allows.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.