suggest_next_actions
Analyze the current reasoning tree to get prioritized, actionable next-step recommendations: generate children, evaluate, prune, or backtrack. Use when unsure how to proceed.
Instructions
Use this tool when you are unsure what to do next in the Tree of Thoughts process. It analyzes the current state of the tree (pending thoughts, low evaluations, high risk branches, depth progress, etc.) and returns prioritized, actionable recommendations such as: generate children, evaluate thoughts, prune low-value branches, verify good thoughts, backtrack, or use exploration strategies. Call this tool proactively when the tree feels stuck, has many pending items, or you need guidance on the best next step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| treeId | Yes | The ID of the tree to analyze | |
| focusThoughtId | No | Optional thought ID to focus recommendations on | |
| maxSuggestions | No | Maximum number of suggestions to return (default: 5) |