Skip to main content
Glama

MCTS MCP Server

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

NameRequiredDescriptionDefault
chat_idNoUnique identifier for this conversationdefault
modelNoModel name (optional)
providerNoLLM providergemini
questionYesThe question to analyze

Input Schema (JSON Schema)

{ "properties": { "chat_id": { "default": "default", "description": "Unique identifier for this conversation", "type": "string" }, "model": { "description": "Model name (optional)", "type": "string" }, "provider": { "default": "gemini", "description": "LLM provider", "type": "string" }, "question": { "description": "The question to analyze", "type": "string" } }, "required": [ "question" ], "type": "object" }
Install Server

Other Tools from MCTS MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/angrysky56/mcts-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server