Sequential thinking for QA verification with tool recommendations.
sequentialthinking_qaBreaks down QA verification tasks into sequential thinking steps and provides tool recommendations with confidence scores.
Instructions
Sequential thinking for QA verification with tool recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thought | Yes | Current thinking step | |
| branch_id | No | Branch ID | |
| is_revision | No | Is revision | |
| current_step | No | Current step | |
| previous_steps | No | Previous steps | |
| thought_number | Yes | Current thought number | |
| total_thoughts | Yes | Total thoughts | |
| remaining_steps | No | Remaining steps | |
| revises_thought | No | Revises thought number | |
| available_mcp_tools | Yes | Available tool names | |
| branch_from_thought | No | Branch from thought | |
| needs_more_thoughts | No | Needs more thoughts | |
| next_thought_needed | Yes | More thoughts needed | |
| verification_target | No | What is being verified |