create_tree
Start a structured reasoning session by building a goal-oriented tree with a root thought, enabling multi-path exploration and backtracking for complex problem-solving.
Instructions
Create a new Tree of Thoughts with a root thought and goal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | The goal or problem this tree is solving | |
| maxDepth | No | Maximum depth of the tree (default: 10) | |
| metadata | No | Optional metadata for the tree | |
| sessionId | No | Optional session ID for context maintenance and grouping related trees | |
| rootContent | Yes | The content of the root thought |