best_trial
Retrieve the optimal trial for single-objective optimization with the Optuna MCP Server, enabling precise hyperparameter tuning and analysis in automated workflows.
Instructions
Get the best trial
This feature can only be used for single-objective optimization. If your study is multi-objective, use best_trials instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "best_trialArguments",
"type": "object"
}