Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description implies that 'target' is the node being moved and 'new_parent' is the destination, adding some meaning beyond the bare string types in the schema. However, it does not specify how to reference nodes (e.g., NodePath, name, or ID), and with 0% schema coverage, this lack of operational detail leaves room for incorrect usage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.