initialize_mcts
Initiate Monte Carlo Tree Search (MCTS) analysis for a specific question using MCTS MCP Server. Define the question, conversation ID, and LLM provider to enable deep explorative topic evaluation.
Instructions
Initialize MCTS for a question
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chat_id | No | Unique identifier for this conversation | default |
model | No | Model name (optional) | |
provider | No | LLM provider | gemini |
question | Yes | The question to analyze |