Google Cloud Datastream · Capability

Google Cloud Datastream API — Operations

Google Cloud Datastream API — Operations. 1 operations. Lead operation: Google Cloud Datastream Get an operation. Self-contained Naftiko capability covering one Google Cloud Datastream business surface.

Run with Naftiko Google Cloud DatastreamOperations

What You Can Do

GET
Getoperation — Google Cloud Datastream Get an operation
/v1/projects/{projectid}/locations/{location}/operations/{operationid}

MCP Tools

google-cloud-datastream-get-operation

Google Cloud Datastream Get an operation

read-only idempotent

Capability Spec

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