Archer Daniels Midland · Capability

Archer Daniels Midland Commodity Data API — Products

Archer Daniels Midland Commodity Data API — Products. 1 operations. Lead operation: Archer Daniels Midland List Products. Self-contained Naftiko capability covering one Archer Daniels Midland business surface.

Run with Naftiko Archer Daniels MidlandProducts

What You Can Do

GET
Listproducts — Archer Daniels Midland List Products
/v1/products

MCP Tools

archer-daniels-midland-list-products

Archer Daniels Midland List Products

read-only idempotent

Capability Spec

commodity-data-products.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Archer Daniels Midland Commodity Data API — Products
  description: 'Archer Daniels Midland Commodity Data API — Products. 1 operations. Lead operation: Archer Daniels Midland
    List Products. Self-contained Naftiko capability covering one Archer Daniels Midland business surface.'
  tags:
  - Archer Daniels Midland
  - Products
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ARCHER_DANIELS_MIDLAND_API_KEY: ARCHER_DANIELS_MIDLAND_API_KEY
capability:
  consumes:
  - type: http
    namespace: commodity-data-products
    baseUri: https://api.adm.com/v1
    description: Archer Daniels Midland Commodity Data API — Products business capability. Self-contained, no shared references.
    resources:
    - name: products
      path: /products
      operations:
      - name: listproducts
        method: GET
        description: Archer Daniels Midland List Products
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: category
          in: query
          type: string
          description: Filter by product category
        - name: application
          in: query
          type: string
          description: Filter by application area
    authentication:
      type: apikey
      key: X-ADM-API-Key
      value: '{{env.ARCHER_DANIELS_MIDLAND_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: commodity-data-products-rest
    port: 8080
    description: REST adapter for Archer Daniels Midland Commodity Data API — Products. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/products
      name: products
      description: REST surface for products.
      operations:
      - method: GET
        name: listproducts
        description: Archer Daniels Midland List Products
        call: commodity-data-products.listproducts
        with:
          category: rest.category
          application: rest.application
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: commodity-data-products-mcp
    port: 9090
    transport: http
    description: MCP adapter for Archer Daniels Midland Commodity Data API — Products. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: archer-daniels-midland-list-products
      description: Archer Daniels Midland List Products
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: commodity-data-products.listproducts
      with:
        category: tools.category
        application: tools.application
      outputParameters:
      - type: object
        mapping: $.