Amazon Forecast · Capability

Amazon Forecast API — Export Jobs

Amazon Forecast API — Export Jobs. 1 operations. Lead operation: Create Forecast Export Job. Self-contained Naftiko capability covering one Amazon Forecast business surface.

Run with Naftiko Amazon ForecastExport Jobs

What You Can Do

POST
Createforecastexportjob — Create Forecast Export Job
/v1/forecast-export-jobs

MCP Tools

create-forecast-export-job

Create Forecast Export Job

Capability Spec

amazon-forecast-export-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Forecast API — Export Jobs
  description: 'Amazon Forecast API — Export Jobs. 1 operations. Lead operation: Create Forecast Export Job. Self-contained
    Naftiko capability covering one Amazon Forecast business surface.'
  tags:
  - Amazon Forecast
  - Export Jobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_FORECAST_API_KEY: AMAZON_FORECAST_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-forecast-export-jobs
    baseUri: https://forecast.{region}.amazonaws.com
    description: Amazon Forecast API — Export Jobs business capability. Self-contained, no shared references.
    resources:
    - name: forecast-export-jobs
      path: /forecast-export-jobs
      operations:
      - name: createforecastexportjob
        method: POST
        description: Create Forecast Export 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_FORECAST_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-forecast-export-jobs-rest
    port: 8080
    description: REST adapter for Amazon Forecast API — Export Jobs. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/forecast-export-jobs
      name: forecast-export-jobs
      description: REST surface for forecast-export-jobs.
      operations:
      - method: POST
        name: createforecastexportjob
        description: Create Forecast Export Job
        call: amazon-forecast-export-jobs.createforecastexportjob
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-forecast-export-jobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Forecast API — Export Jobs. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: create-forecast-export-job
      description: Create Forecast Export Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-forecast-export-jobs.createforecastexportjob
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.