Skip to main content
Glama

MCTS MCP Server

set_provider

Configure the LLM provider and model for the MCTS MCP Server to optimize Monte Carlo Tree Search-based analysis and decision-making processes.

Instructions

Set the LLM provider and model

Input Schema

NameRequiredDescriptionDefault
modelNoModel name (optional)
providerNoProvider namegemini

Input Schema (JSON Schema)

{ "properties": { "model": { "description": "Model name (optional)", "type": "string" }, "provider": { "default": "gemini", "description": "Provider name", "type": "string" } }, "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