Hanzo
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.

ToolRouteArgumentsDescription
delete_v1_train_experiments_nameDELETE /v1/train/experiments/{name}1DeleteExperiment deletes a hyperparameter-tuning experiment.
delete_v1_train_jobs_nameDELETE /v1/train/jobs/{name}1DeleteJob deletes a training job. Kubernetes garbage-collects the pods the trainer operator created
get_v1_train_experimentsGET /v1/train/experiments0ListExperiments lists the caller org's tuning experiments.
get_v1_train_experiments_nameGET /v1/train/experiments/{name}1GetExperiment returns one hyperparameter-tuning experiment.
get_v1_train_experiments_name_trialsGET /v1/train/experiments/{name}/trials1ListTrials lists the katib Trials one experiment owns.
get_v1_train_jobsGET /v1/train/jobs0ListJobs lists the training jobs in the caller's org.
get_v1_train_jobs_nameGET /v1/train/jobs/{name}1GetJob returns one training job. Its spec comes with it, and the trainer operator's live status, whi

All 834 tools · The door

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?