Google Cloud Functions · Capability

Google Cloud Functions API — Runtimes

Google Cloud Functions API — Runtimes. 1 operations. Lead operation: Google Cloud Functions List runtimes. Self-contained Naftiko capability covering one Google Cloud Functions business surface.

Run with Naftiko Google Cloud FunctionsRuntimes

What You Can Do

GET
Listruntimes — Google Cloud Functions List runtimes
/v1/projects/{projectid}/locations/{location}/runtimes

MCP Tools

google-cloud-functions-list-runtimes

Google Cloud Functions List runtimes

read-only idempotent

Capability Spec

google-cloud-functions-runtimes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Functions API — Runtimes
  description: 'Google Cloud Functions API — Runtimes. 1 operations. Lead operation: Google Cloud Functions List runtimes.
    Self-contained Naftiko capability covering one Google Cloud Functions business surface.'
  tags:
  - Google Cloud Functions
  - Runtimes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_FUNCTIONS_API_KEY: GOOGLE_CLOUD_FUNCTIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: google-cloud-functions-runtimes
    baseUri: https://cloudfunctions.googleapis.com/v2
    description: Google Cloud Functions API — Runtimes business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-location-runtimes
      path: /projects/{projectId}/locations/{location}/runtimes
      operations:
      - name: listruntimes
        method: GET
        description: Google Cloud Functions List runtimes
        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: filter
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_FUNCTIONS_API_KEY}}'
  exposes:
  - type: rest
    namespace: google-cloud-functions-runtimes-rest
    port: 8080
    description: REST adapter for Google Cloud Functions API — Runtimes. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/runtimes
      name: projects-projectid-locations-location-runtimes
      description: REST surface for projects-projectId-locations-location-runtimes.
      operations:
      - method: GET
        name: listruntimes
        description: Google Cloud Functions List runtimes
        call: google-cloud-functions-runtimes.listruntimes
        with:
          projectId: rest.projectId
          location: rest.location
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: google-cloud-functions-runtimes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Functions API — Runtimes. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-cloud-functions-list-runtimes
      description: Google Cloud Functions List runtimes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: google-cloud-functions-runtimes.listruntimes
      with:
        projectId: tools.projectId
        location: tools.location
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.