set_parent
Assign a new parent to threads or containers to organize hierarchical task structures, using IDs to establish relationships or make items root-level.
Instructions
Set the parent of a thread or container
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | Thread or container ID | |
| parentId | Yes | New parent ID (null to make root) |