Skip to main content
Glama

Optuna MCP Server

Official
by optuna

create_study

Create or load an Optuna study with a specified name and optimization directions for automated hyperparameter tuning and analysis using the Optuna MCP Server.

Instructions

Create a new Optuna study with the given study_name and directions.

If the study already exists, it will be simply loaded.

Input Schema

NameRequiredDescriptionDefault
directionsNo
study_nameYes

Input Schema (JSON Schema)

{ "properties": { "directions": { "anyOf": [ { "items": { "enum": [ "minimize", "maximize" ], "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Directions" }, "study_name": { "title": "Study Name", "type": "string" } }, "required": [ "study_name" ], "title": "create_studyArguments", "type": "object" }

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/optuna/optuna-mcp'

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