Amazon Translate · Capability

Amazon Translate API — Batch Translation

Amazon Translate API — Batch Translation. 2 operations. Lead operation: Amazon Translate List Batch Translation Jobs. Self-contained Naftiko capability covering one Amazon Translate business surface.

Run with Naftiko Amazon TranslateBatch Translation

What You Can Do

POST
Listtexttranslationjobs — Amazon Translate List Batch Translation Jobs
/v1/listtexttranslationjobs
POST
Starttexttranslationjob — Amazon Translate Start a Batch Translation Job
/v1/starttexttranslationjob

MCP Tools

amazon-translate-list-batch-translation

Amazon Translate List Batch Translation Jobs

read-only
amazon-translate-start-batch-translation

Amazon Translate Start a Batch Translation Job

Capability Spec

amazon-translate-batch-translation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Translate API — Batch Translation
  description: 'Amazon Translate API — Batch Translation. 2 operations. Lead operation: Amazon Translate List Batch Translation
    Jobs. Self-contained Naftiko capability covering one Amazon Translate business surface.'
  tags:
  - Amazon Translate
  - Batch Translation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_TRANSLATE_API_KEY: AMAZON_TRANSLATE_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-translate-batch-translation
    baseUri: https://translate.{region}.amazonaws.com
    description: Amazon Translate API — Batch Translation business capability. Self-contained, no shared references.
    resources:
    - name: '#ListTextTranslationJobs'
      path: /#ListTextTranslationJobs
      operations:
      - name: listtexttranslationjobs
        method: POST
        description: Amazon Translate List Batch Translation Jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: '#StartTextTranslationJob'
      path: /#StartTextTranslationJob
      operations:
      - name: starttexttranslationjob
        method: POST
        description: Amazon Translate Start a Batch Translation Job
        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_TRANSLATE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-translate-batch-translation-rest
    port: 8080
    description: REST adapter for Amazon Translate API — Batch Translation. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/listtexttranslationjobs
      name: listtexttranslationjobs
      description: 'REST surface for #ListTextTranslationJobs.'
      operations:
      - method: POST
        name: listtexttranslationjobs
        description: Amazon Translate List Batch Translation Jobs
        call: amazon-translate-batch-translation.listtexttranslationjobs
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/starttexttranslationjob
      name: starttexttranslationjob
      description: 'REST surface for #StartTextTranslationJob.'
      operations:
      - method: POST
        name: starttexttranslationjob
        description: Amazon Translate Start a Batch Translation Job
        call: amazon-translate-batch-translation.starttexttranslationjob
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-translate-batch-translation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Translate API — Batch Translation. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: amazon-translate-list-batch-translation
      description: Amazon Translate List Batch Translation Jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: amazon-translate-batch-translation.listtexttranslationjobs
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-translate-start-batch-translation
      description: Amazon Translate Start a Batch Translation Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-translate-batch-translation.starttexttranslationjob
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.