PeopleSoft · Capability

PeopleSoft Enterprise Performance Management API — Forecasts

PeopleSoft Enterprise Performance Management API — Forecasts. 1 operations. Lead operation: PeopleSoft List Forecasts. Self-contained Naftiko capability covering one Peoplesoft business surface.

Run with Naftiko PeoplesoftForecasts

What You Can Do

GET
Listforecasts — PeopleSoft List Forecasts
/v1/forecasts

MCP Tools

peoplesoft-list-forecasts

PeopleSoft List Forecasts

read-only idempotent

Capability Spec

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