Skip to main content
Glama

Optuna MCP Server

Official
by optuna

ask

Generate optimized hyperparameters for machine learning models using Optuna's search space. Define distributions in a dictionary format to suggest new parameters efficiently.

Instructions

Suggest new parameters using Optuna

search_space must be a string that can be evaluated to a dictionary to specify Optuna's distributions. Example: {"x": {"name": "FloatDistribution", "attributes": {"step": null, "low": -10.0, "high": 10.0, "log": false}}}

Input Schema

NameRequiredDescriptionDefault
search_spaceYes

Input Schema (JSON Schema)

{ "properties": { "search_space": { "additionalProperties": true, "title": "Search Space", "type": "object" } }, "required": [ "search_space" ], "title": "askArguments", "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