PeopleSoft · Capability

PeopleSoft Enterprise Performance Management API — Budgets

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

Run with Naftiko PeoplesoftBudgets

What You Can Do

GET
Listbudgets — PeopleSoft List Budgets
/v1/budgets

MCP Tools

peoplesoft-list-budgets

PeopleSoft List Budgets

read-only idempotent

Capability Spec

enterprise-performance-management-budgets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PeopleSoft Enterprise Performance Management API — Budgets
  description: 'PeopleSoft Enterprise Performance Management API — Budgets. 1 operations. Lead operation: PeopleSoft List
    Budgets. Self-contained Naftiko capability covering one Peoplesoft business surface.'
  tags:
  - Peoplesoft
  - Budgets
  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-budgets
    baseUri: https://{hostname}:{port}/psft/api/epm/v1
    description: PeopleSoft Enterprise Performance Management API — Budgets business capability. Self-contained, no shared
      references.
    resources:
    - name: budgets
      path: /budgets
      operations:
      - name: listbudgets
        method: GET
        description: PeopleSoft List Budgets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fiscalYear
          in: query
          type: string
          description: Fiscal year filter
        - name: businessUnit
          in: query
          type: string
          description: Business unit filter
    authentication:
      type: basic
      username: '{{env.PEOPLESOFT_USER}}'
      password: '{{env.PEOPLESOFT_PASS}}'
  exposes:
  - type: rest
    namespace: enterprise-performance-management-budgets-rest
    port: 8080
    description: REST adapter for PeopleSoft Enterprise Performance Management API — Budgets. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/budgets
      name: budgets
      description: REST surface for budgets.
      operations:
      - method: GET
        name: listbudgets
        description: PeopleSoft List Budgets
        call: enterprise-performance-management-budgets.listbudgets
        with:
          fiscalYear: rest.fiscalYear
          businessUnit: rest.businessUnit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: enterprise-performance-management-budgets-mcp
    port: 9090
    transport: http
    description: MCP adapter for PeopleSoft Enterprise Performance Management API — Budgets. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: peoplesoft-list-budgets
      description: PeopleSoft List Budgets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: enterprise-performance-management-budgets.listbudgets
      with:
        fiscalYear: tools.fiscalYear
        businessUnit: tools.businessUnit
      outputParameters:
      - type: object
        mapping: $.