ingram-micro · Capability

Ingram Micro Vendor API — Inventory

Ingram Micro Vendor API — Inventory. 1 operations. Lead operation: Get Inventory. Self-contained Naftiko capability covering one Ingram Micro business surface.

Run with Naftiko Ingram MicroInventory

What You Can Do

GET
Getinventory — Get Inventory
/v1/inventory

MCP Tools

get-inventory

Get Inventory

read-only idempotent

Capability Spec

vendor-inventory.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Ingram Micro Vendor API — Inventory
  description: 'Ingram Micro Vendor API — Inventory. 1 operations. Lead operation: Get Inventory. Self-contained Naftiko capability
    covering one Ingram Micro business surface.'
  tags:
  - Ingram Micro
  - Inventory
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INGRAM_MICRO_API_KEY: INGRAM_MICRO_API_KEY
capability:
  consumes:
  - type: http
    namespace: vendor-inventory
    baseUri: https://api.ingrammicro.com/vendors/v1
    description: Ingram Micro Vendor API — Inventory business capability. Self-contained, no shared references.
    resources:
    - name: inventory
      path: /inventory
      operations:
      - name: getinventory
        method: GET
        description: Get Inventory
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: vendor-inventory-rest
    port: 8080
    description: REST adapter for Ingram Micro Vendor API — Inventory. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/inventory
      name: inventory
      description: REST surface for inventory.
      operations:
      - method: GET
        name: getinventory
        description: Get Inventory
        call: vendor-inventory.getinventory
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vendor-inventory-mcp
    port: 9090
    transport: http
    description: MCP adapter for Ingram Micro Vendor API — Inventory. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-inventory
      description: Get Inventory
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vendor-inventory.getinventory
      outputParameters:
      - type: object
        mapping: $.