Cloud MCPtrain
train
7 MCP tools on the Hanzo cloud door that call the train API.
The 7 tools tools/list names for train. Each dispatches to an operation in the train API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_train_experiments_name | DELETE /v1/train/experiments/{name} | 1 | DeleteExperiment deletes a hyperparameter-tuning experiment. |
delete_v1_train_jobs_name | DELETE /v1/train/jobs/{name} | 1 | DeleteJob deletes a training job. Kubernetes garbage-collects the pods the trainer operator created |
get_v1_train_experiments | GET /v1/train/experiments | 0 | ListExperiments lists the caller org's tuning experiments. |
get_v1_train_experiments_name | GET /v1/train/experiments/{name} | 1 | GetExperiment returns one hyperparameter-tuning experiment. |
get_v1_train_experiments_name_trials | GET /v1/train/experiments/{name}/trials | 1 | ListTrials lists the katib Trials one experiment owns. |
get_v1_train_jobs | GET /v1/train/jobs | 0 | ListJobs lists the training jobs in the caller's org. |
get_v1_train_jobs_name | GET /v1/train/jobs/{name} | 1 | GetJob returns one training job. Its spec comes with it, and the trainer operator's live status, whi |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?