PeopleSoft · Capability

PeopleSoft Financials API — Expenses

PeopleSoft Financials API — Expenses. 1 operations. Lead operation: PeopleSoft List Expense Reports. Self-contained Naftiko capability covering one Peoplesoft business surface.

Run with Naftiko PeoplesoftExpenses

What You Can Do

GET
Listexpensereports — PeopleSoft List Expense Reports
/v1/expenses/reports

MCP Tools

peoplesoft-list-expense-reports

PeopleSoft List Expense Reports

read-only idempotent

Capability Spec

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