PeopleSoft · Capability

PeopleSoft Supply Chain Management API — Orders

PeopleSoft Supply Chain Management API — Orders. 1 operations. Lead operation: PeopleSoft List Orders. Self-contained Naftiko capability covering one Peoplesoft business surface.

Run with Naftiko PeoplesoftOrders

What You Can Do

GET
Listorders — PeopleSoft List Orders
/v1/orders

MCP Tools

peoplesoft-list-orders

PeopleSoft List Orders

read-only idempotent

Capability Spec

supply-chain-management-orders.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PeopleSoft Supply Chain Management API — Orders
  description: 'PeopleSoft Supply Chain Management API — Orders. 1 operations. Lead operation: PeopleSoft List Orders. Self-contained
    Naftiko capability covering one Peoplesoft business surface.'
  tags:
  - Peoplesoft
  - Orders
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PEOPLESOFT_API_KEY: PEOPLESOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: supply-chain-management-orders
    baseUri: https://{hostname}:{port}/psft/api/scm/v1
    description: PeopleSoft Supply Chain Management API — Orders business capability. Self-contained, no shared references.
    resources:
    - name: orders
      path: /orders
      operations:
      - name: listorders
        method: GET
        description: PeopleSoft List Orders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.PEOPLESOFT_USER}}'
      password: '{{env.PEOPLESOFT_PASS}}'
  exposes:
  - type: rest
    namespace: supply-chain-management-orders-rest
    port: 8080
    description: REST adapter for PeopleSoft Supply Chain Management 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: PeopleSoft List Orders
        call: supply-chain-management-orders.listorders
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: supply-chain-management-orders-mcp
    port: 9090
    transport: http
    description: MCP adapter for PeopleSoft Supply Chain Management API — Orders. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: peoplesoft-list-orders
      description: PeopleSoft List Orders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: supply-chain-management-orders.listorders
      outputParameters:
      - type: object
        mapping: $.