Cloud MCPdeploy
deploy
11 MCP tools on the Hanzo cloud door that call the deploy API.
The 11 tools tools/list names for deploy. Each dispatches to an operation in the deploy API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
get_v1_deploy_applications | GET /v1/deploy/applications | 0 | ListDeployApplications returns the fleet as an argocd ApplicationList: one projected Application per |
get_v1_deploy_applications_name | GET /v1/deploy/applications/{name} | 1 | GetDeployApplication returns ONE projected argocd Application by name, with status.resources filled |
get_v1_deploy_applications_name_resource-tree | GET /v1/deploy/applications/{name}/resource-tree | 1 | GetDeployResourceTree returns one application's argocd ApplicationTree: the objects the operator rec |
get_v1_deploy_applications_name_revisions_revision_metadata | GET /v1/deploy/applications/{name}/revisions/{revision}/metadata | 2 | GetDeployRevisionMetadata returns the argocd RevisionMetadata for one revision of one application — |
get_v1_deploy_applications_name_syncwindows | GET /v1/deploy/applications/{name}/syncwindows | 1 | GetDeploySyncWindows returns one application's argocd ApplicationSyncWindowState — the answer to "is |
get_v1_deploy_clusters | GET /v1/deploy/clusters | 0 | ListDeployClusters returns the argocd ClusterList of the destinations the caller's applications reco |
get_v1_deploy_gitops | GET /v1/deploy/gitops | 0 | GetDeployGitOps lists every Hanzo CD Application in the cluster: the git source each one polls, the |
get_v1_deploy_projects | GET /v1/deploy/projects | 0 | ListDeployProjects returns the argocd AppProjectList this console groups and filters applications by |
get_v1_deploy_session_userinfo | GET /v1/deploy/session/userinfo | 0 | GetDeploySession answers "is this browser signed in, and if not where does it sign in?" — the dashbo |
get_v1_deploy_settings | GET /v1/deploy/settings | 0 | GetDeploySettings returns the argocd AuthSettings object the dashboard SPA awaits before its first r |
get_v1_deploy_version | GET /v1/deploy/version | 0 | GetDeployVersion returns the argocd VersionMessage the dashboard SPA reads at bootstrap. |
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?