Amazon Rekognition · Capability

Amazon Rekognition — Text Detection

Amazon Rekognition — Text Detection. 1 operations. Lead operation: Amazon Rekognition Detect Text. Self-contained Naftiko capability covering one Amazon Rekognition business surface.

Run with Naftiko Amazon RekognitionText Detection

What You Can Do

POST
Detecttext — Amazon Rekognition Detect Text
/v1/detecttext

MCP Tools

amazon-rekognition-detect-text

Amazon Rekognition Detect Text

Capability Spec

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