Skip to main content
Glama

Optuna MCP Server

Official
by optuna

tell

Report trial results to the Optuna MCP Server for hyperparameter optimization and analysis by submitting trial numbers and corresponding values.

Instructions

Report the result of a trial

Input Schema

NameRequiredDescriptionDefault
trial_numberYes
valuesYes

Input Schema (JSON Schema)

{ "properties": { "trial_number": { "title": "Trial Number", "type": "integer" }, "values": { "anyOf": [ { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ], "title": "Values" } }, "required": [ "trial_number", "values" ], "title": "tellArguments", "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