Google BigQuery · Capability

Google BigQuery API — Projects

Google BigQuery API — Projects. 1 operations. Lead operation: Google BigQuery List projects. Self-contained Naftiko capability covering one Google Bigquery business surface.

Run with Naftiko Google BigqueryProjects

What You Can Do

GET
Listprojects — Google BigQuery List projects
/v1/projects

MCP Tools

google-bigquery-list-projects

Google BigQuery List projects

read-only idempotent

Capability Spec

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