Amazon Rekognition · Capability

Amazon Rekognition — Stored Video Analysis

Amazon Rekognition — Stored Video Analysis. 2 operations. Lead operation: Amazon Rekognition Get Label Detection. Self-contained Naftiko capability covering one Amazon Rekognition business surface.

Run with Naftiko Amazon RekognitionStored Video Analysis

What You Can Do

POST
Getlabeldetection — Amazon Rekognition Get Label Detection
/v1/getlabeldetection
POST
Startlabeldetection — Amazon Rekognition Start Label Detection
/v1/startlabeldetection

MCP Tools

amazon-rekognition-get-label-detection

Amazon Rekognition Get Label Detection

read-only
amazon-rekognition-start-label-detection

Amazon Rekognition Start Label Detection

Capability Spec

amazon-rekognition-stored-video-analysis.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Rekognition — Stored Video Analysis
  description: 'Amazon Rekognition — Stored Video Analysis. 2 operations. Lead operation: Amazon Rekognition Get Label Detection.
    Self-contained Naftiko capability covering one Amazon Rekognition business surface.'
  tags:
  - Amazon Rekognition
  - Stored Video Analysis
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_REKOGNITION_API_KEY: AMAZON_REKOGNITION_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-rekognition-stored-video-analysis
    baseUri: https://rekognition.amazonaws.com
    description: Amazon Rekognition — Stored Video Analysis business capability. Self-contained, no shared references.
    resources:
    - name: '#GetLabelDetection'
      path: /#GetLabelDetection
      operations:
      - name: getlabeldetection
        method: POST
        description: Amazon Rekognition Get Label Detection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: '#StartLabelDetection'
      path: /#StartLabelDetection
      operations:
      - name: startlabeldetection
        method: POST
        description: Amazon Rekognition Start Label Detection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_REKOGNITION_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-rekognition-stored-video-analysis-rest
    port: 8080
    description: REST adapter for Amazon Rekognition — Stored Video Analysis. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/getlabeldetection
      name: getlabeldetection
      description: 'REST surface for #GetLabelDetection.'
      operations:
      - method: POST
        name: getlabeldetection
        description: Amazon Rekognition Get Label Detection
        call: amazon-rekognition-stored-video-analysis.getlabeldetection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/startlabeldetection
      name: startlabeldetection
      description: 'REST surface for #StartLabelDetection.'
      operations:
      - method: POST
        name: startlabeldetection
        description: Amazon Rekognition Start Label Detection
        call: amazon-rekognition-stored-video-analysis.startlabeldetection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-rekognition-stored-video-analysis-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Rekognition — Stored Video Analysis. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: amazon-rekognition-get-label-detection
      description: Amazon Rekognition Get Label Detection
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-rekognition-stored-video-analysis.getlabeldetection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-rekognition-start-label-detection
      description: Amazon Rekognition Start Label Detection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-rekognition-stored-video-analysis.startlabeldetection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.