Google Cloud Kubernetes Engine Google Kubernetes Engine API — Clusters

Google Cloud Kubernetes Engine Google Kubernetes Engine API — Clusters. 4 operations. Lead operation: Google Cloud Kubernetes Engine List Clusters. Self-contained Naftiko capability covering one Google Cloud Kubernetes Engine business surface.

Run with Naftiko Google Cloud Kubernetes EngineClusters

What You Can Do

GET
Listclusters — Google Cloud Kubernetes Engine List Clusters
/v1/projects/{projectid}/locations/{location}/clusters
POST
Createcluster — Google Cloud Kubernetes Engine Create Cluster
/v1/projects/{projectid}/locations/{location}/clusters
GET
Getcluster — Google Cloud Kubernetes Engine Get Cluster
/v1/projects/{projectid}/locations/{location}/clusters/{clusterid}
DELETE
Deletecluster — Google Cloud Kubernetes Engine Delete Cluster
/v1/projects/{projectid}/locations/{location}/clusters/{clusterid}

MCP Tools

google-cloud-kubernetes-engine-list

Google Cloud Kubernetes Engine List Clusters

read-only idempotent
google-cloud-kubernetes-engine-create

Google Cloud Kubernetes Engine Create Cluster

google-cloud-kubernetes-engine-get

Google Cloud Kubernetes Engine Get Cluster

read-only idempotent
google-cloud-kubernetes-engine-delete

Google Cloud Kubernetes Engine Delete Cluster

idempotent

Capability Spec

gke-clusters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Kubernetes Engine Google Kubernetes Engine API — Clusters
  description: 'Google Cloud Kubernetes Engine Google Kubernetes Engine API — Clusters. 4 operations. Lead operation: Google
    Cloud Kubernetes Engine List Clusters. Self-contained Naftiko capability covering one Google Cloud Kubernetes Engine business
    surface.'
  tags:
  - Google Cloud Kubernetes Engine
  - Clusters
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_KUBERNETES_ENGINE_API_KEY: GOOGLE_CLOUD_KUBERNETES_ENGINE_API_KEY
capability:
  consumes:
  - type: http
    namespace: gke-clusters
    baseUri: https://container.googleapis.com/v1
    description: Google Cloud Kubernetes Engine Google Kubernetes Engine API — Clusters business capability. Self-contained,
      no shared references.
    resources:
    - name: projects-projectId-locations-location-clusters
      path: /projects/{projectId}/locations/{location}/clusters
      operations:
      - name: listclusters
        method: GET
        description: Google Cloud Kubernetes Engine List Clusters
        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: createcluster
        method: POST
        description: Google Cloud Kubernetes Engine Create Cluster
        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: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: projects-projectId-locations-location-clusters-clusterId
      path: /projects/{projectId}/locations/{location}/clusters/{clusterId}
      operations:
      - name: getcluster
        method: GET
        description: Google Cloud Kubernetes Engine Get Cluster
        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: deletecluster
        method: DELETE
        description: Google Cloud Kubernetes Engine Delete Cluster
        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
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_KUBERNETES_ENGINE_API_KEY}}'
  exposes:
  - type: rest
    namespace: gke-clusters-rest
    port: 8080
    description: REST adapter for Google Cloud Kubernetes Engine Google Kubernetes Engine API — Clusters. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/clusters
      name: projects-projectid-locations-location-clusters
      description: REST surface for projects-projectId-locations-location-clusters.
      operations:
      - method: GET
        name: listclusters
        description: Google Cloud Kubernetes Engine List Clusters
        call: gke-clusters.listclusters
        with:
          projectId: rest.projectId
          location: rest.location
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcluster
        description: Google Cloud Kubernetes Engine Create Cluster
        call: gke-clusters.createcluster
        with:
          projectId: rest.projectId
          location: rest.location
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectid}/locations/{location}/clusters/{clusterid}
      name: projects-projectid-locations-location-clusters-clusterid
      description: REST surface for projects-projectId-locations-location-clusters-clusterId.
      operations:
      - method: GET
        name: getcluster
        description: Google Cloud Kubernetes Engine Get Cluster
        call: gke-clusters.getcluster
        with:
          projectId: rest.projectId
          location: rest.location
          clusterId: rest.clusterId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecluster
        description: Google Cloud Kubernetes Engine Delete Cluster
        call: gke-clusters.deletecluster
        with:
          projectId: rest.projectId
          location: rest.location
          clusterId: rest.clusterId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gke-clusters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Kubernetes Engine Google Kubernetes Engine API — Clusters. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: google-cloud-kubernetes-engine-list
      description: Google Cloud Kubernetes Engine List Clusters
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gke-clusters.listclusters
      with:
        projectId: tools.projectId
        location: tools.location
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-kubernetes-engine-create
      description: Google Cloud Kubernetes Engine Create Cluster
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: gke-clusters.createcluster
      with:
        projectId: tools.projectId
        location: tools.location
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-kubernetes-engine-get
      description: Google Cloud Kubernetes Engine Get Cluster
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gke-clusters.getcluster
      with:
        projectId: tools.projectId
        location: tools.location
        clusterId: tools.clusterId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-kubernetes-engine-delete
      description: Google Cloud Kubernetes Engine Delete Cluster
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: gke-clusters.deletecluster
      with:
        projectId: tools.projectId
        location: tools.location
        clusterId: tools.clusterId
      outputParameters:
      - type: object
        mapping: $.