Google Cloud App Engine · Capability

Google Cloud App Engine Admin API

Google Cloud App Engine Admin API. 3 operations. Lead operation: Google Cloud App Engine List Services. Self-contained Naftiko capability covering one Google Cloud App Engine business surface.

Run with Naftiko Google Cloud App Engine

What You Can Do

GET
Listservices — Google Cloud App Engine List Services
/v1/apps/{appsid}/services
GET
Getservice — Google Cloud App Engine Get Service
/v1/apps/{appsid}/services/{servicesid}
DELETE
Deleteservice — Google Cloud App Engine Delete Service
/v1/apps/{appsid}/services/{servicesid}

MCP Tools

google-cloud-app-engine-list

Google Cloud App Engine List Services

read-only idempotent
google-cloud-app-engine-get

Google Cloud App Engine Get Service

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

Google Cloud App Engine Delete Service

idempotent

Capability Spec

appengine-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud App Engine Admin API
  description: 'Google Cloud App Engine Admin API. 3 operations. Lead operation: Google Cloud App Engine List Services. Self-contained
    Naftiko capability covering one Google Cloud App Engine business surface.'
  tags:
  - Google Cloud App Engine
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_APP_ENGINE_API_KEY: GOOGLE_CLOUD_APP_ENGINE_API_KEY
capability:
  consumes:
  - type: http
    namespace: appengine-general
    baseUri: https://appengine.googleapis.com/v1
    description: Google Cloud App Engine Admin API business capability. Self-contained, no shared references.
    resources:
    - name: apps-appsId-services
      path: /apps/{appsId}/services
      operations:
      - name: listservices
        method: GET
        description: Google Cloud App Engine List Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: appsId
          in: path
          type: string
          required: true
    - name: apps-appsId-services-servicesId
      path: /apps/{appsId}/services/{servicesId}
      operations:
      - name: getservice
        method: GET
        description: Google Cloud App Engine Get Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: appsId
          in: path
          type: string
          required: true
        - name: servicesId
          in: path
          type: string
          required: true
      - name: deleteservice
        method: DELETE
        description: Google Cloud App Engine Delete Service
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: appsId
          in: path
          type: string
          required: true
        - name: servicesId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_APP_ENGINE_API_KEY}}'
  exposes:
  - type: rest
    namespace: appengine-general-rest
    port: 8080
    description: REST adapter for Google Cloud App Engine Admin API. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/apps/{appsid}/services
      name: apps-appsid-services
      description: REST surface for apps-appsId-services.
      operations:
      - method: GET
        name: listservices
        description: Google Cloud App Engine List Services
        call: appengine-general.listservices
        with:
          appsId: rest.appsId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apps/{appsid}/services/{servicesid}
      name: apps-appsid-services-servicesid
      description: REST surface for apps-appsId-services-servicesId.
      operations:
      - method: GET
        name: getservice
        description: Google Cloud App Engine Get Service
        call: appengine-general.getservice
        with:
          appsId: rest.appsId
          servicesId: rest.servicesId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteservice
        description: Google Cloud App Engine Delete Service
        call: appengine-general.deleteservice
        with:
          appsId: rest.appsId
          servicesId: rest.servicesId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: appengine-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud App Engine Admin API. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-cloud-app-engine-list
      description: Google Cloud App Engine List Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: appengine-general.listservices
      with:
        appsId: tools.appsId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-app-engine-get
      description: Google Cloud App Engine Get Service
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: appengine-general.getservice
      with:
        appsId: tools.appsId
        servicesId: tools.servicesId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-app-engine-delete
      description: Google Cloud App Engine Delete Service
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: appengine-general.deleteservice
      with:
        appsId: tools.appsId
        servicesId: tools.servicesId
      outputParameters:
      - type: object
        mapping: $.