thread_rebase
Move a thread and its entire subtree to a new parent, reorganizing conversation hierarchy like a tree rebase.
Instructions
Move a thread to a different parent. All descendants move with it. Similar to git rebase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | Yes | ID of the thread to move | |
| newParentId | Yes | ID of the new parent thread |