Google Cloud Bigtable · Capability

Google Cloud Bigtable Admin API — Clusters

Google Cloud Bigtable Admin API — Clusters. 1 operations. Lead operation: Google Cloud Bigtable List clusters. Self-contained Naftiko capability covering one Google Cloud Bigtable business surface.

Run with Naftiko Google Cloud BigtableClusters

What You Can Do

GET
Listclusters — Google Cloud Bigtable List clusters
/v1/projects/{project}/instances/{instance}/clusters

MCP Tools

google-cloud-bigtable-list-clusters

Google Cloud Bigtable List clusters

read-only idempotent

Capability Spec

cloud-bigtable-clusters.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Bigtable Admin API — Clusters
  description: 'Google Cloud Bigtable Admin API — Clusters. 1 operations. Lead operation: Google Cloud Bigtable List clusters.
    Self-contained Naftiko capability covering one Google Cloud Bigtable business surface.'
  tags:
  - Google Cloud Bigtable
  - Clusters
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_BIGTABLE_API_KEY: GOOGLE_CLOUD_BIGTABLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-bigtable-clusters
    baseUri: https://bigtableadmin.googleapis.com/v2
    description: Google Cloud Bigtable Admin API — Clusters business capability. Self-contained, no shared references.
    resources:
    - name: projects-project-instances-instance-clusters
      path: /projects/{project}/instances/{instance}/clusters
      operations:
      - name: listclusters
        method: GET
        description: Google Cloud Bigtable List clusters
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: instance
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_BIGTABLE_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-bigtable-clusters-rest
    port: 8080
    description: REST adapter for Google Cloud Bigtable Admin API — Clusters. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{project}/instances/{instance}/clusters
      name: projects-project-instances-instance-clusters
      description: REST surface for projects-project-instances-instance-clusters.
      operations:
      - method: GET
        name: listclusters
        description: Google Cloud Bigtable List clusters
        call: cloud-bigtable-clusters.listclusters
        with:
          project: rest.project
          instance: rest.instance
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-bigtable-clusters-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Bigtable Admin API — Clusters. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-cloud-bigtable-list-clusters
      description: Google Cloud Bigtable List clusters
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-bigtable-clusters.listclusters
      with:
        project: tools.project
        instance: tools.instance
      outputParameters:
      - type: object
        mapping: $.