Volkswagen · Capability

Volkswagen OKAPI - Open Konfigurator API — Information

Volkswagen OKAPI - Open Konfigurator API — Information. 3 operations. Lead operation: Get Configuration Images. Self-contained Naftiko capability covering one Volkswagen business surface.

Run with Naftiko VolkswagenInformation

What You Can Do

POST
Getconfigurationimages — Get Configuration Images
/v1/operation/{countrycode}/images
POST
Getorderinformation — Get Order Information
/v1/operation/{countrycode}/order
POST
Getwltpdata — Get WLTP Emissions Data
/v1/operation/{countrycode}/wltp

MCP Tools

get-configuration-images

Get Configuration Images

read-only
get-order-information

Get Order Information

read-only
get-wltp-emissions-data

Get WLTP Emissions Data

read-only

Capability Spec

okapi-information.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Volkswagen OKAPI - Open Konfigurator API — Information
  description: 'Volkswagen OKAPI - Open Konfigurator API — Information. 3 operations. Lead operation: Get Configuration Images.
    Self-contained Naftiko capability covering one Volkswagen business surface.'
  tags:
  - Volkswagen
  - Information
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VOLKSWAGEN_API_KEY: VOLKSWAGEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: okapi-information
    baseUri: https://productdata.volkswagenag.com/v3
    description: Volkswagen OKAPI - Open Konfigurator API — Information business capability. Self-contained, no shared references.
    resources:
    - name: operation-countryCode-images
      path: /operation/{countryCode}/images
      operations:
      - name: getconfigurationimages
        method: POST
        description: Get Configuration Images
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: operation-countryCode-order
      path: /operation/{countryCode}/order
      operations:
      - name: getorderinformation
        method: POST
        description: Get Order Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: operation-countryCode-wltp
      path: /operation/{countryCode}/wltp
      operations:
      - name: getwltpdata
        method: POST
        description: Get WLTP Emissions Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.VOLKSWAGEN_API_KEY}}'
  exposes:
  - type: rest
    namespace: okapi-information-rest
    port: 8080
    description: REST adapter for Volkswagen OKAPI - Open Konfigurator API — Information. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/operation/{countrycode}/images
      name: operation-countrycode-images
      description: REST surface for operation-countryCode-images.
      operations:
      - method: POST
        name: getconfigurationimages
        description: Get Configuration Images
        call: okapi-information.getconfigurationimages
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/operation/{countrycode}/order
      name: operation-countrycode-order
      description: REST surface for operation-countryCode-order.
      operations:
      - method: POST
        name: getorderinformation
        description: Get Order Information
        call: okapi-information.getorderinformation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/operation/{countrycode}/wltp
      name: operation-countrycode-wltp
      description: REST surface for operation-countryCode-wltp.
      operations:
      - method: POST
        name: getwltpdata
        description: Get WLTP Emissions Data
        call: okapi-information.getwltpdata
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: okapi-information-mcp
    port: 9090
    transport: http
    description: MCP adapter for Volkswagen OKAPI - Open Konfigurator API — Information. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-configuration-images
      description: Get Configuration Images
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: okapi-information.getconfigurationimages
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-order-information
      description: Get Order Information
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: okapi-information.getorderinformation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-wltp-emissions-data
      description: Get WLTP Emissions Data
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: okapi-information.getwltpdata
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.