Skip to main content
Glama
135,448 tools. Last updated 2026-05-25 22:50

"VMware" matching MCP tools:

  • Create custom multi-step workflows by defining actions, skills, and tools. Supports approval gates and rollback for automation across VMware services.
    MIT
  • List available workflow templates including built-in and custom ones loaded from YAML files. Returns names, descriptions, and step counts.
    MIT
  • Roll back completed steps of a workflow in reverse order, skipping irreversible steps, and set the workflow state to 'failed'.
    MIT
  • Retrieve the kubeconfig for a Tanzu Kubernetes Cluster (TKC) to access the cluster. Write to a file to reduce credential exposure.
    MIT
  • Delete a Tanzu Kubernetes Cluster (TKC) with safety checks. Requires explicit confirmation and disables dry run to proceed.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    VMware workflow orchestration — multi-step state machine with approval gates, audit logging, and conditional execution. Coordinates cross-skill workflows like clone-and-test or compliance-scan-and-remediate across the VMware MCP skill family.
    Last updated
    12
    1
    MIT
  • Approve a workflow awaiting human confirmation to resume execution. Provide the workflow ID and approver name for audit trail.
    MIT
  • Validates a planned workflow for structural issues such as delete-then-use and missing parameters, preventing production failures.
    MIT
  • Execute planned workflows sequentially, pausing at approval gates for confirmation. Returns workflow state and next action required.
    MIT
  • Delete a vSphere Namespace with safety gates. Requires confirming deletion and disabling dry-run; fails if Tanzu Kubernetes clusters exist.
    MIT
  • Update a draft workflow by modifying its name, description, or steps. Replace all existing steps with a complete list to finalize the workflow after design or incorporate user feedback.
    MIT
  • Confirm a draft workflow to transition it from DRAFT to PENDING, making it executable. Optionally save the workflow as a reusable YAML template.
    MIT
  • Create an execution plan for multi-step VMware workflows like clone-and-test or incident response, with approval gates and audit logging.
    MIT
  • Creates a TanzuKubernetesCluster in a vSphere Namespace. By default, returns a YAML plan; set dry_run=False to apply the cluster.
    MIT
  • Design a multi-step workflow from a natural language description. Returns a draft with proposed steps for review and editing.
    MIT
  • Retrieve the complete catalog of available skills and tools to design custom workflows. Each skill lists its tools with risk level and description.
    MIT
  • List Tanzu Kubernetes clusters in a vSphere Namespace, optionally filtered, returning total count, status, and Kubernetes version.
    MIT
  • Check the real-time status of a Supervisor Cluster in VMware vSphere with Tanzu. Get configuration state, Kubernetes health, API server endpoint, and version using the cluster ID.
    MIT
  • Retrieve detailed information for a specific vSphere Namespace. Provide the namespace name and optional vCenter target to get its configuration details.
    MIT
  • Create a vSphere Namespace on a Supervisor Cluster with optional CPU and memory limits. Dry run is enabled by default; set dry_run=false to commit.
    MIT