Amazon Rekognition · Capability

Amazon Rekognition — Face Search

Amazon Rekognition — Face Search. 1 operations. Lead operation: Amazon Rekognition Search Faces by Image. Self-contained Naftiko capability covering one Amazon Rekognition business surface.

Run with Naftiko Amazon RekognitionFace Search

What You Can Do

POST
Searchfacesbyimage — Amazon Rekognition Search Faces by Image
/v1/searchfacesbyimage

MCP Tools

amazon-rekognition-search-faces-image

Amazon Rekognition Search Faces by Image

read-only

Capability Spec

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