get_trial_user_attrs
Retrieve user-specific attributes for a given trial number. Enables analysis and optimization of hyperparameters in the Optuna MCP Server, supporting interactive chat-based exploration of trial data.
Instructions
Get user attributes in a trial
Input Schema
Name | Required | Description | Default |
---|---|---|---|
trial_number | Yes |
Input Schema (JSON Schema)
{
"properties": {
"trial_number": {
"title": "Trial Number",
"type": "integer"
}
},
"required": [
"trial_number"
],
"title": "get_trial_user_attrsArguments",
"type": "object"
}