Workday Financials · Capability

Workday Financials Workday Financial Management API — Ledger Accounts

Workday Financials Workday Financial Management API — Ledger Accounts. 2 operations. Lead operation: Workday Financials List ledger accounts. Self-contained Naftiko capability covering one Workday Financials business surface.

Run with Naftiko Workday FinancialsLedger Accounts

What You Can Do

GET
Listledgeraccounts — Workday Financials List ledger accounts
/v1/ledgeraccounts
GET
Getledgeraccount — Workday Financials Get a ledger account
/v1/ledgeraccounts/{id}

MCP Tools

workday-financials-list-ledger-accounts

Workday Financials List ledger accounts

read-only idempotent
workday-financials-get-ledger-account

Workday Financials Get a ledger account

read-only idempotent

Capability Spec

financial-management-ledger-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Financials Workday Financial Management API — Ledger Accounts
  description: 'Workday Financials Workday Financial Management API — Ledger Accounts. 2 operations. Lead operation: Workday
    Financials List ledger accounts. Self-contained Naftiko capability covering one Workday Financials business surface.'
  tags:
  - Workday Financials
  - Ledger Accounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_FINANCIALS_API_KEY: WORKDAY_FINANCIALS_API_KEY
capability:
  consumes:
  - type: http
    namespace: financial-management-ledger-accounts
    baseUri: https://{tenant}.workday.com/api/financialManagement/v38.2
    description: Workday Financials Workday Financial Management API — Ledger Accounts business capability. Self-contained,
      no shared references.
    resources:
    - name: ledgerAccounts
      path: /ledgerAccounts
      operations:
      - name: listledgeraccounts
        method: GET
        description: Workday Financials List ledger accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: ledgerAccounts-id
      path: /ledgerAccounts/{id}
      operations:
      - name: getledgeraccount
        method: GET
        description: Workday Financials Get a ledger account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_FINANCIALS_API_KEY}}'
  exposes:
  - type: rest
    namespace: financial-management-ledger-accounts-rest
    port: 8080
    description: REST adapter for Workday Financials Workday Financial Management API — Ledger Accounts. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/ledgeraccounts
      name: ledgeraccounts
      description: REST surface for ledgerAccounts.
      operations:
      - method: GET
        name: listledgeraccounts
        description: Workday Financials List ledger accounts
        call: financial-management-ledger-accounts.listledgeraccounts
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ledgeraccounts/{id}
      name: ledgeraccounts-id
      description: REST surface for ledgerAccounts-id.
      operations:
      - method: GET
        name: getledgeraccount
        description: Workday Financials Get a ledger account
        call: financial-management-ledger-accounts.getledgeraccount
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: financial-management-ledger-accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Financials Workday Financial Management API — Ledger Accounts. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: workday-financials-list-ledger-accounts
      description: Workday Financials List ledger accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: financial-management-ledger-accounts.listledgeraccounts
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-financials-get-ledger-account
      description: Workday Financials Get a ledger account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: financial-management-ledger-accounts.getledgeraccount
      outputParameters:
      - type: object
        mapping: $.