Google Cloud Bigtable · Capability

Google Cloud Bigtable Admin API — Instances

Google Cloud Bigtable Admin API — Instances. 5 operations. Lead operation: Google Cloud Bigtable List instances. Self-contained Naftiko capability covering one Google Cloud Bigtable business surface.

Run with Naftiko Google Cloud BigtableInstances

What You Can Do

GET
Listinstances — Google Cloud Bigtable List instances
/v1/projects/{project}/instances
POST
Createinstance — Google Cloud Bigtable Create an instance
/v1/projects/{project}/instances
GET
Getinstance — Google Cloud Bigtable Get an instance
/v1/projects/{project}/instances/{instance}
PUT
Updateinstance — Google Cloud Bigtable Update an instance
/v1/projects/{project}/instances/{instance}
DELETE
Deleteinstance — Google Cloud Bigtable Delete an instance
/v1/projects/{project}/instances/{instance}

MCP Tools

google-cloud-bigtable-list-instances

Google Cloud Bigtable List instances

read-only idempotent
google-cloud-bigtable-create-instance

Google Cloud Bigtable Create an instance

google-cloud-bigtable-get-instance

Google Cloud Bigtable Get an instance

read-only idempotent
google-cloud-bigtable-update-instance

Google Cloud Bigtable Update an instance

idempotent
google-cloud-bigtable-delete-instance

Google Cloud Bigtable Delete an instance

idempotent

Capability Spec

cloud-bigtable-instances.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Bigtable Admin API — Instances
  description: 'Google Cloud Bigtable Admin API — Instances. 5 operations. Lead operation: Google Cloud Bigtable List instances.
    Self-contained Naftiko capability covering one Google Cloud Bigtable business surface.'
  tags:
  - Google Cloud Bigtable
  - Instances
  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-instances
    baseUri: https://bigtableadmin.googleapis.com/v2
    description: Google Cloud Bigtable Admin API — Instances business capability. Self-contained, no shared references.
    resources:
    - name: projects-project-instances
      path: /projects/{project}/instances
      operations:
      - name: listinstances
        method: GET
        description: Google Cloud Bigtable List instances
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: pageToken
          in: query
          type: string
      - name: createinstance
        method: POST
        description: Google Cloud Bigtable Create an instance
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: project
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: projects-project-instances-instance
      path: /projects/{project}/instances/{instance}
      operations:
      - name: getinstance
        method: GET
        description: Google Cloud Bigtable Get an instance
        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
      - name: updateinstance
        method: PUT
        description: Google Cloud Bigtable Update an instance
        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
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteinstance
        method: DELETE
        description: Google Cloud Bigtable Delete an instance
        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-instances-rest
    port: 8080
    description: REST adapter for Google Cloud Bigtable Admin API — Instances. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{project}/instances
      name: projects-project-instances
      description: REST surface for projects-project-instances.
      operations:
      - method: GET
        name: listinstances
        description: Google Cloud Bigtable List instances
        call: cloud-bigtable-instances.listinstances
        with:
          project: rest.project
          pageToken: rest.pageToken
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createinstance
        description: Google Cloud Bigtable Create an instance
        call: cloud-bigtable-instances.createinstance
        with:
          project: rest.project
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{project}/instances/{instance}
      name: projects-project-instances-instance
      description: REST surface for projects-project-instances-instance.
      operations:
      - method: GET
        name: getinstance
        description: Google Cloud Bigtable Get an instance
        call: cloud-bigtable-instances.getinstance
        with:
          project: rest.project
          instance: rest.instance
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateinstance
        description: Google Cloud Bigtable Update an instance
        call: cloud-bigtable-instances.updateinstance
        with:
          project: rest.project
          instance: rest.instance
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteinstance
        description: Google Cloud Bigtable Delete an instance
        call: cloud-bigtable-instances.deleteinstance
        with:
          project: rest.project
          instance: rest.instance
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-bigtable-instances-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Bigtable Admin API — Instances. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-cloud-bigtable-list-instances
      description: Google Cloud Bigtable List instances
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-bigtable-instances.listinstances
      with:
        project: tools.project
        pageToken: tools.pageToken
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-bigtable-create-instance
      description: Google Cloud Bigtable Create an instance
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloud-bigtable-instances.createinstance
      with:
        project: tools.project
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-bigtable-get-instance
      description: Google Cloud Bigtable Get an instance
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-bigtable-instances.getinstance
      with:
        project: tools.project
        instance: tools.instance
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-bigtable-update-instance
      description: Google Cloud Bigtable Update an instance
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloud-bigtable-instances.updateinstance
      with:
        project: tools.project
        instance: tools.instance
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-bigtable-delete-instance
      description: Google Cloud Bigtable Delete an instance
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloud-bigtable-instances.deleteinstance
      with:
        project: tools.project
        instance: tools.instance
      outputParameters:
      - type: object
        mapping: $.