Google Cloud Kubernetes Engine Google Kubernetes Engine API — NodePools

Google Cloud Kubernetes Engine Google Kubernetes Engine API — NodePools. 2 operations. Lead operation: Google Cloud Kubernetes Engine List Node Pools. Self-contained Naftiko capability covering one Google Cloud Kubernetes Engine business surface.

Run with Naftiko Google Cloud Kubernetes EngineNodePools

What You Can Do

GET
Listnodepools — Google Cloud Kubernetes Engine List Node Pools
/v1/projects/{projectid}/locations/{location}/clusters/{clusterid}/nodepools
POST
Createnodepool — Google Cloud Kubernetes Engine Create Node Pool
/v1/projects/{projectid}/locations/{location}/clusters/{clusterid}/nodepools

MCP Tools

google-cloud-kubernetes-engine-list

Google Cloud Kubernetes Engine List Node Pools

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

Google Cloud Kubernetes Engine Create Node Pool

Capability Spec

gke-nodepools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Kubernetes Engine Google Kubernetes Engine API — NodePools
  description: 'Google Cloud Kubernetes Engine Google Kubernetes Engine API — NodePools. 2 operations. Lead operation: Google
    Cloud Kubernetes Engine List Node Pools. Self-contained Naftiko capability covering one Google Cloud Kubernetes Engine
    business surface.'
  tags:
  - Google Cloud Kubernetes Engine
  - NodePools
  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-nodepools
    baseUri: https://container.googleapis.com/v1
    description: Google Cloud Kubernetes Engine Google Kubernetes Engine API — NodePools business capability. Self-contained,
      no shared references.
    resources:
    - name: projects-projectId-locations-location-clusters-clusterId-nodePools
      path: /projects/{projectId}/locations/{location}/clusters/{clusterId}/nodePools
      operations:
      - name: listnodepools
        method: GET
        description: Google Cloud Kubernetes Engine List 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: createnodepool
        method: POST
        description: Google Cloud Kubernetes Engine Create 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: false
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_KUBERNETES_ENGINE_API_KEY}}'
  exposes:
  - type: rest
    namespace: gke-nodepools-rest
    port: 8080
    description: REST adapter for Google Cloud Kubernetes Engine Google Kubernetes Engine API — NodePools. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/clusters/{clusterid}/nodepools
      name: projects-projectid-locations-location-clusters-clusterid-nodepools
      description: REST surface for projects-projectId-locations-location-clusters-clusterId-nodePools.
      operations:
      - method: GET
        name: listnodepools
        description: Google Cloud Kubernetes Engine List Node Pools
        call: gke-nodepools.listnodepools
        with:
          projectId: rest.projectId
          location: rest.location
          clusterId: rest.clusterId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createnodepool
        description: Google Cloud Kubernetes Engine Create Node Pool
        call: gke-nodepools.createnodepool
        with:
          projectId: rest.projectId
          location: rest.location
          clusterId: rest.clusterId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gke-nodepools-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Kubernetes Engine Google Kubernetes Engine API — NodePools. 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 Node Pools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gke-nodepools.listnodepools
      with:
        projectId: tools.projectId
        location: tools.location
        clusterId: tools.clusterId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-kubernetes-engine-create
      description: Google Cloud Kubernetes Engine Create Node Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: gke-nodepools.createnodepool
      with:
        projectId: tools.projectId
        location: tools.location
        clusterId: tools.clusterId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.