sequentialthinking
Break down complex problems into structured thinking steps, revise and branch thoughts, and verify plausibility against source context for reliable solutions.
Instructions
A detailed tool for dynamic and reflective problem-solving through thoughts. Augmented with Semantic Plausibility Gating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thought | Yes | Your current thinking step | |
| branchId | No | Branch identifier | |
| isRevision | No | Whether this revises previous thinking | |
| thoughtNumber | Yes | Current thought number | |
| totalThoughts | Yes | Estimated total thoughts needed | |
| revisesThought | No | Which thought is being reconsidered | |
| groundingContext | No | OPTIONAL: Provide the source context for this thought. The server will independently verify the plausibility of your thought against this context. | |
| branchFromThought | No | Branching point thought number | |
| needsMoreThoughts | No | If more thoughts are needed | |
| nextThoughtNeeded | Yes | Whether another thought step is needed |