Google Cloud Video Intelligence API

Makes videos searchable and discoverable by extracting metadata and annotations using machine learning.

Run with Naftiko GoogleCloudVideoIntelligenceAPI

What You Can Do

POST
Annotatevideo — Google Cloud Video Intelligence Annotate video
/videos:annotate
GET
Getoperation — Google Cloud Video Intelligence Get operation status
/operations/{operationId}
DELETE
Deleteoperation — Google Cloud Video Intelligence Delete operation
/operations/{operationId}

MCP Tools

annotatevideo

Google Cloud Video Intelligence Annotate video

getoperation

Google Cloud Video Intelligence Get operation status

read-only idempotent
deleteoperation

Google Cloud Video Intelligence Delete operation

idempotent

Capability Spec

google-cloud-video-intelligence-capability.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Video Intelligence API
  description: Makes videos searchable and discoverable by extracting metadata and annotations using machine learning.
  tags:
  - Google
  - Cloud
  - Video
  - Intelligence
  - API
  created: '2026-05-06'
  modified: '2026-05-06'
capability:
  consumes:
  - type: http
    namespace: google-cloud-video-intelligence
    baseUri: https://videointelligence.googleapis.com/v1
    description: Google Cloud Video Intelligence API HTTP API.
    resources:
    - name: videos-annotate
      path: /videos:annotate
      operations:
      - name: annotatevideo
        method: POST
        description: Google Cloud Video Intelligence Annotate video
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: operations-operationid
      path: /operations/{operationId}
      operations:
      - name: getoperation
        method: GET
        description: Google Cloud Video Intelligence Get operation status
        inputParameters:
        - name: operationId
          in: path
          type: string
          required: true
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteoperation
        method: DELETE
        description: Google Cloud Video Intelligence Delete operation
        inputParameters:
        - name: operationId
          in: path
          type: string
          required: true
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    port: 8080
    namespace: google-cloud-video-intelligence-rest
    description: REST adapter for Google Cloud Video Intelligence API.
    resources:
    - path: /videos:annotate
      name: annotatevideo
      operations:
      - method: POST
        name: annotatevideo
        description: Google Cloud Video Intelligence Annotate video
        call: google-cloud-video-intelligence.annotatevideo
        outputParameters:
        - type: object
          mapping: $.
    - path: /operations/{operationId}
      name: getoperation
      operations:
      - method: GET
        name: getoperation
        description: Google Cloud Video Intelligence Get operation status
        call: google-cloud-video-intelligence.getoperation
        with:
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
    - path: /operations/{operationId}
      name: deleteoperation
      operations:
      - method: DELETE
        name: deleteoperation
        description: Google Cloud Video Intelligence Delete operation
        call: google-cloud-video-intelligence.deleteoperation
        with:
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    port: 9090
    namespace: google-cloud-video-intelligence-mcp
    transport: http
    description: MCP adapter for Google Cloud Video Intelligence API for AI agent use.
    tools:
    - name: annotatevideo
      description: Google Cloud Video Intelligence Annotate video
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: google-cloud-video-intelligence.annotatevideo
      outputParameters:
      - type: object
        mapping: $.
    - name: getoperation
      description: Google Cloud Video Intelligence Get operation status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: google-cloud-video-intelligence.getoperation
      with:
        operationId: tools.operationId
      inputParameters:
      - name: operationId
        type: string
        description: operationId
        required: true
      outputParameters:
      - type: object
        mapping: $.
    - name: deleteoperation
      description: Google Cloud Video Intelligence Delete operation
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: google-cloud-video-intelligence.deleteoperation
      with:
        operationId: tools.operationId
      inputParameters:
      - name: operationId
        type: string
        description: operationId
        required: true
      outputParameters:
      - type: object
        mapping: $.