PeopleSoft · Capability

PeopleSoft HCM API — Payroll

PeopleSoft HCM API — Payroll. 1 operations. Lead operation: PeopleSoft List Payroll Runs. Self-contained Naftiko capability covering one Peoplesoft business surface.

Run with Naftiko PeoplesoftPayroll

What You Can Do

GET
Listpayrollruns — PeopleSoft List Payroll Runs
/v1/payroll/runs

MCP Tools

peoplesoft-list-payroll-runs

PeopleSoft List Payroll Runs

read-only idempotent

Capability Spec

hcm-payroll.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PeopleSoft HCM API — Payroll
  description: 'PeopleSoft HCM API — Payroll. 1 operations. Lead operation: PeopleSoft List Payroll Runs. Self-contained Naftiko
    capability covering one Peoplesoft business surface.'
  tags:
  - Peoplesoft
  - Payroll
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PEOPLESOFT_API_KEY: PEOPLESOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: hcm-payroll
    baseUri: https://{hostname}:{port}/psft/api/hcm/v1
    description: PeopleSoft HCM API — Payroll business capability. Self-contained, no shared references.
    resources:
    - name: payroll-runs
      path: /payroll/runs
      operations:
      - name: listpayrollruns
        method: GET
        description: PeopleSoft List Payroll Runs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.PEOPLESOFT_USER}}'
      password: '{{env.PEOPLESOFT_PASS}}'
  exposes:
  - type: rest
    namespace: hcm-payroll-rest
    port: 8080
    description: REST adapter for PeopleSoft HCM API — Payroll. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/payroll/runs
      name: payroll-runs
      description: REST surface for payroll-runs.
      operations:
      - method: GET
        name: listpayrollruns
        description: PeopleSoft List Payroll Runs
        call: hcm-payroll.listpayrollruns
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hcm-payroll-mcp
    port: 9090
    transport: http
    description: MCP adapter for PeopleSoft HCM API — Payroll. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: peoplesoft-list-payroll-runs
      description: PeopleSoft List Payroll Runs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hcm-payroll.listpayrollruns
      outputParameters:
      - type: object
        mapping: $.