Skip to main content
Glama

Optuna MCP Server

Official
by optuna

set_metric_names

Define and assign labels to objective values in hyperparameter optimization using Optuna MCP Server, ensuring clarity and distinction for multiple objectives.

Instructions

Set metric_names. metric_names are labels used to distinguish what each objective value is.

Args: metric_names: The list of metric name for each objective value. The length of metric_names list must be the same with the number of objectives.

Input Schema

NameRequiredDescriptionDefault
metric_namesYes

Input Schema (JSON Schema)

{ "properties": { "metric_names": { "items": { "type": "string" }, "title": "Metric Names", "type": "array" } }, "required": [ "metric_names" ], "title": "set_metric_namesArguments", "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