Google Cloud Video Intelligence API — Operations

Google Cloud Video Intelligence API — Operations. 2 operations. Lead operation: Google Cloud Video Intelligence Get operation status. Self-contained Naftiko capability covering one Google Cloud Video Intelligence business surface.

Run with Naftiko Google Cloud Video IntelligenceOperations

What You Can Do

GET
Getoperation — Google Cloud Video Intelligence Get operation status
/v1/operations/{operationid}
DELETE
Deleteoperation — Google Cloud Video Intelligence Delete operation
/v1/operations/{operationid}

MCP Tools

google-cloud-video-intelligence-get

Google Cloud Video Intelligence Get operation status

read-only idempotent
google-cloud-video-intelligence-delete

Google Cloud Video Intelligence Delete operation

idempotent

Capability Spec

openapi-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Video Intelligence API — Operations
  description: 'Google Cloud Video Intelligence API — Operations. 2 operations. Lead operation: Google Cloud Video Intelligence
    Get operation status. Self-contained Naftiko capability covering one Google Cloud Video Intelligence business surface.'
  tags:
  - Google Cloud Video Intelligence
  - Operations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_VIDEO_INTELLIGENCE_API_KEY: GOOGLE_CLOUD_VIDEO_INTELLIGENCE_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-operations
    baseUri: https://videointelligence.googleapis.com/v1
    description: Google Cloud Video Intelligence API — Operations business capability. Self-contained, no shared references.
    resources:
    - name: operations-operationId
      path: /operations/{operationId}
      operations:
      - name: getoperation
        method: GET
        description: Google Cloud Video Intelligence Get operation status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operationId
          in: path
          type: string
          required: true
      - name: deleteoperation
        method: DELETE
        description: Google Cloud Video Intelligence Delete operation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operationId
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: openapi-operations-rest
    port: 8080
    description: REST adapter for Google Cloud Video Intelligence API — Operations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/operations/{operationid}
      name: operations-operationid
      description: REST surface for operations-operationId.
      operations:
      - method: GET
        name: getoperation
        description: Google Cloud Video Intelligence Get operation status
        call: openapi-operations.getoperation
        with:
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteoperation
        description: Google Cloud Video Intelligence Delete operation
        call: openapi-operations.deleteoperation
        with:
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Video Intelligence API — Operations. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: google-cloud-video-intelligence-get
      description: Google Cloud Video Intelligence Get operation status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-operations.getoperation
      with:
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-video-intelligence-delete
      description: Google Cloud Video Intelligence Delete operation
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: openapi-operations.deleteoperation
      with:
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.