atomcommands
Control decomposition, termination, and conclusions in the AoT MCP server. Manage atom decomposition, verify process status, retrieve optimal results, and adjust depth settings for complex reasoning tasks.
Instructions
A command tool to control the decomposition-contraction mechanism and automatic termination of Atom of Thoughts.
Use this tool to access advanced features of AoT:
Decomposition (decompose): Decompose a specified atom into smaller sub-atoms
Complete decomposition (complete_decomposition): Complete an ongoing decomposition process
Check termination status (termination_status): Check the termination status of the current AoT process
Get best conclusion (best_conclusion): Get the verified conclusion with the highest confidence
Change settings (set_max_depth): Change the maximum depth limit
Command descriptions:
command: Command to execute (decompose, complete_decomposition, termination_status, best_conclusion, set_max_depth)
atomId: Atom ID to use with the command (only required for decompose command)
decompositionId: ID of the decomposition process (only required for complete_decomposition command)
maxDepth: Maximum depth value to set (only required for set_max_depth command)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
atomId | No | Atom ID to use with the command | |
command | Yes | Command to execute | |
decompositionId | No | ID of the decomposition process to complete | |
maxDepth | No | Maximum depth value to set |