Google Anthos · Capability

Google Anthos Google GKE On-Prem API — VmwareNodePools

Google Anthos Google GKE On-Prem API — VmwareNodePools. 2 operations. Lead operation: Google Anthos List VMware node pools. Self-contained Naftiko capability covering one Google Anthos business surface.

Run with Naftiko Google AnthosVmwareNodePools

What You Can Do

GET
Listvmwarenodepools — Google Anthos List VMware node pools
/v1/projects/{projectid}/locations/{location}/vmwareclusters/{clusterid}/vmwarenodepools
POST
Createvmwarenodepool — Google Anthos Create a VMware node pool
/v1/projects/{projectid}/locations/{location}/vmwareclusters/{clusterid}/vmwarenodepools

MCP Tools

google-anthos-list-vmware-node

Google Anthos List VMware node pools

read-only idempotent
google-anthos-create-vmware-node

Google Anthos Create a VMware node pool

Capability Spec

gke-on-prem-vmwarenodepools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Anthos Google GKE On-Prem API — VmwareNodePools
  description: 'Google Anthos Google GKE On-Prem API — VmwareNodePools. 2 operations. Lead operation: Google Anthos List VMware
    node pools. Self-contained Naftiko capability covering one Google Anthos business surface.'
  tags:
  - Google Anthos
  - VmwareNodePools
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_ANTHOS_API_KEY: GOOGLE_ANTHOS_API_KEY
capability:
  consumes:
  - type: http
    namespace: gke-on-prem-vmwarenodepools
    baseUri: https://gkeonprem.googleapis.com/v1
    description: Google Anthos Google GKE On-Prem API — VmwareNodePools business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-location-vmwareClusters-clusterId-vmwareNodePools
      path: /projects/{projectId}/locations/{location}/vmwareClusters/{clusterId}/vmwareNodePools
      operations:
      - name: listvmwarenodepools
        method: GET
        description: Google Anthos List VMware node pools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: clusterId
          in: path
          type: string
          required: true
      - name: createvmwarenodepool
        method: POST
        description: Google Anthos Create a VMware node pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: clusterId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_ANTHOS_API_KEY}}'
  exposes:
  - type: rest
    namespace: gke-on-prem-vmwarenodepools-rest
    port: 8080
    description: REST adapter for Google Anthos Google GKE On-Prem API — VmwareNodePools. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/vmwareclusters/{clusterid}/vmwarenodepools
      name: projects-projectid-locations-location-vmwareclusters-clusterid-vmwarenodepools
      description: REST surface for projects-projectId-locations-location-vmwareClusters-clusterId-vmwareNodePools.
      operations:
      - method: GET
        name: listvmwarenodepools
        description: Google Anthos List VMware node pools
        call: gke-on-prem-vmwarenodepools.listvmwarenodepools
        with:
          projectId: rest.projectId
          location: rest.location
          clusterId: rest.clusterId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createvmwarenodepool
        description: Google Anthos Create a VMware node pool
        call: gke-on-prem-vmwarenodepools.createvmwarenodepool
        with:
          projectId: rest.projectId
          location: rest.location
          clusterId: rest.clusterId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gke-on-prem-vmwarenodepools-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Anthos Google GKE On-Prem API — VmwareNodePools. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: google-anthos-list-vmware-node
      description: Google Anthos List VMware node pools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gke-on-prem-vmwarenodepools.listvmwarenodepools
      with:
        projectId: tools.projectId
        location: tools.location
        clusterId: tools.clusterId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-anthos-create-vmware-node
      description: Google Anthos Create a VMware node pool
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: gke-on-prem-vmwarenodepools.createvmwarenodepool
      with:
        projectId: tools.projectId
        location: tools.location
        clusterId: tools.clusterId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.