AptarGroup · Capability

AptarGroup Product Catalog API — Orders

AptarGroup Product Catalog API — Orders. 1 operations. Lead operation: AptarGroup - Create Sample Request. Self-contained Naftiko capability covering one Aptargroup business surface.

Run with Naftiko AptargroupOrders

What You Can Do

POST
Createsamplerequest — AptarGroup - Create Sample Request
/v1/orders

MCP Tools

aptargroup-create-sample-request

AptarGroup - Create Sample Request

Capability Spec

aptargroup-orders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AptarGroup Product Catalog API — Orders
  description: 'AptarGroup Product Catalog API — Orders. 1 operations. Lead operation: AptarGroup - Create Sample Request.
    Self-contained Naftiko capability covering one Aptargroup business surface.'
  tags:
  - Aptargroup
  - Orders
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APTARGROUP_API_KEY: APTARGROUP_API_KEY
capability:
  consumes:
  - type: http
    namespace: aptargroup-orders
    baseUri: https://api.aptargroup.com/v1
    description: AptarGroup Product Catalog API — Orders business capability. Self-contained, no shared references.
    resources:
    - name: orders
      path: /orders
      operations:
      - name: createsamplerequest
        method: POST
        description: AptarGroup - Create Sample Request
        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.APTARGROUP_API_KEY}}'
  exposes:
  - type: rest
    namespace: aptargroup-orders-rest
    port: 8080
    description: REST adapter for AptarGroup 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: POST
        name: createsamplerequest
        description: AptarGroup - Create Sample Request
        call: aptargroup-orders.createsamplerequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aptargroup-orders-mcp
    port: 9090
    transport: http
    description: MCP adapter for AptarGroup Product Catalog API — Orders. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: aptargroup-create-sample-request
      description: AptarGroup - Create Sample Request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aptargroup-orders.createsamplerequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.