Skip to main content
Glama

Optuna MCP Server

Official
by optuna

get_trial_user_attrs

Retrieve user-defined attributes for a specific trial in Optuna MCP Server to analyze and optimize hyperparameters effectively during automated model tuning.

Instructions

Get user attributes in a trial

Input Schema

NameRequiredDescriptionDefault
trial_numberYes

Input Schema (JSON Schema)

{ "properties": { "trial_number": { "title": "Trial Number", "type": "integer" } }, "required": [ "trial_number" ], "title": "get_trial_user_attrsArguments", "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