get_all_study_names
Retrieve all study names stored in the Optuna MCP Server to access and manage hyperparameter optimization datasets.
Instructions
Get all study names from the storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"title": "get_all_study_namesArguments",
"type": "object"
}