Amazon Rekognition · Capability

Amazon Rekognition — Celebrity Recognition

Amazon Rekognition — Celebrity Recognition. 1 operations. Lead operation: Amazon Rekognition Recognize Celebrities. Self-contained Naftiko capability covering one Amazon Rekognition business surface.

Run with Naftiko Amazon RekognitionCelebrity Recognition

What You Can Do

POST
Recognizecelebrities — Amazon Rekognition Recognize Celebrities
/v1/recognizecelebrities

MCP Tools

amazon-rekognition-recognize-celebrities

Amazon Rekognition Recognize Celebrities

Capability Spec

amazon-rekognition-celebrity-recognition.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Rekognition — Celebrity Recognition
  description: 'Amazon Rekognition — Celebrity Recognition. 1 operations. Lead operation: Amazon Rekognition Recognize Celebrities.
    Self-contained Naftiko capability covering one Amazon Rekognition business surface.'
  tags:
  - Amazon Rekognition
  - Celebrity Recognition
  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-celebrity-recognition
    baseUri: https://rekognition.amazonaws.com
    description: Amazon Rekognition — Celebrity Recognition business capability. Self-contained, no shared references.
    resources:
    - name: '#RecognizeCelebrities'
      path: /#RecognizeCelebrities
      operations:
      - name: recognizecelebrities
        method: POST
        description: Amazon Rekognition Recognize Celebrities
        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-celebrity-recognition-rest
    port: 8080
    description: REST adapter for Amazon Rekognition — Celebrity Recognition. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/recognizecelebrities
      name: recognizecelebrities
      description: 'REST surface for #RecognizeCelebrities.'
      operations:
      - method: POST
        name: recognizecelebrities
        description: Amazon Rekognition Recognize Celebrities
        call: amazon-rekognition-celebrity-recognition.recognizecelebrities
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-rekognition-celebrity-recognition-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Rekognition — Celebrity Recognition. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: amazon-rekognition-recognize-celebrities
      description: Amazon Rekognition Recognize Celebrities
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-rekognition-celebrity-recognition.recognizecelebrities
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.