Applied Industrial Technologies Product Catalog API — Orders

Applied Industrial Technologies Product Catalog API — Orders. 2 operations. Lead operation: Applied Industrial Technologies - List Orders. Self-contained Naftiko capability covering one Applied Industrial Technologies business surface.

Run with Naftiko Applied Industrial TechnologiesOrders

What You Can Do

GET
Listorders — Applied Industrial Technologies - List Orders
/v1/orders
POST
Createorder — Applied Industrial Technologies - Create Order
/v1/orders

MCP Tools

applied-industrial-technologies-list-orders

Applied Industrial Technologies - List Orders

read-only idempotent
applied-industrial-technologies-create-order

Applied Industrial Technologies - Create Order

Capability Spec

applied-industrial-technologies-orders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Applied Industrial Technologies Product Catalog API — Orders
  description: 'Applied Industrial Technologies Product Catalog API — Orders. 2 operations. Lead operation: Applied Industrial
    Technologies - List Orders. Self-contained Naftiko capability covering one Applied Industrial Technologies business surface.'
  tags:
  - Applied Industrial Technologies
  - Orders
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APPLIED_INDUSTRIAL_TECHNOLOGIES_API_KEY: APPLIED_INDUSTRIAL_TECHNOLOGIES_API_KEY
capability:
  consumes:
  - type: http
    namespace: applied-industrial-technologies-orders
    baseUri: https://api.applied-industrial-technologies.com/v1
    description: Applied Industrial Technologies Product Catalog API — Orders business capability. Self-contained, no shared
      references.
    resources:
    - name: orders
      path: /orders
      operations:
      - name: listorders
        method: GET
        description: Applied Industrial Technologies - List Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createorder
        method: POST
        description: Applied Industrial Technologies - Create Order
        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.APPLIED_INDUSTRIAL_TECHNOLOGIES_API_KEY}}'
  exposes:
  - type: rest
    namespace: applied-industrial-technologies-orders-rest
    port: 8080
    description: REST adapter for Applied Industrial Technologies Product Catalog API — Orders. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/orders
      name: orders
      description: REST surface for orders.
      operations:
      - method: GET
        name: listorders
        description: Applied Industrial Technologies - List Orders
        call: applied-industrial-technologies-orders.listorders
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createorder
        description: Applied Industrial Technologies - Create Order
        call: applied-industrial-technologies-orders.createorder
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: applied-industrial-technologies-orders-mcp
    port: 9090
    transport: http
    description: MCP adapter for Applied Industrial Technologies Product Catalog API — Orders. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: applied-industrial-technologies-list-orders
      description: Applied Industrial Technologies - List Orders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: applied-industrial-technologies-orders.listorders
      outputParameters:
      - type: object
        mapping: $.
    - name: applied-industrial-technologies-create-order
      description: Applied Industrial Technologies - Create Order
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: applied-industrial-technologies-orders.createorder
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.