think_and_do
Solve problems by first thinking through reasoning steps, then executing operations in one call. Combines structured thinking with batch execution for step-by-step problem solving.
Instructions
Complete cognitive loop in one call: think through a problem, then execute operations. The ultimate galaxy brain move.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| problem | Yes | The problem to solve | |
| thoughts | Yes | Your reasoning steps | |
| operations | Yes | Operations to execute after thinking | |
| execute | No | Whether to execute immediately (default: true) |