Oracle Financials · Capability

Oracle Financials General Ledger API — Chart of Accounts

Oracle Financials General Ledger API — Chart of Accounts. 1 operations. Lead operation: Oracle Financials Create a chart of accounts filter. Self-contained Naftiko capability covering one Oracle Financials business surface.

Run with Naftiko Oracle FinancialsChart of Accounts

What You Can Do

POST
Createchartofaccountsfilter — Oracle Financials Create a chart of accounts filter
/v1/fscmrestapi/resources/11-13-18-05/chartofaccountsfilters

MCP Tools

oracle-financials-create-chart-accounts

Oracle Financials Create a chart of accounts filter

Capability Spec

general-ledger-chart-of-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Financials General Ledger API — Chart of Accounts
  description: 'Oracle Financials General Ledger API — Chart of Accounts. 1 operations. Lead operation: Oracle Financials
    Create a chart of accounts filter. Self-contained Naftiko capability covering one Oracle Financials business surface.'
  tags:
  - Oracle Financials
  - Chart of Accounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_FINANCIALS_API_KEY: ORACLE_FINANCIALS_API_KEY
capability:
  consumes:
  - type: http
    namespace: general-ledger-chart-of-accounts
    baseUri: https://{instance}.oraclecloud.com
    description: Oracle Financials General Ledger API — Chart of Accounts business capability. Self-contained, no shared references.
    resources:
    - name: fscmRestApi-resources-11.13.18.05-chartOfAccountsFilters
      path: /fscmRestApi/resources/11.13.18.05/chartOfAccountsFilters
      operations:
      - name: createchartofaccountsfilter
        method: POST
        description: Oracle Financials Create a chart of accounts filter
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ORACLE_FINANCIALS_API_KEY}}'
  exposes:
  - type: rest
    namespace: general-ledger-chart-of-accounts-rest
    port: 8080
    description: REST adapter for Oracle Financials General Ledger API — Chart of Accounts. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/fscmrestapi/resources/11-13-18-05/chartofaccountsfilters
      name: fscmrestapi-resources-11-13-18-05-chartofaccountsfilters
      description: REST surface for fscmRestApi-resources-11.13.18.05-chartOfAccountsFilters.
      operations:
      - method: POST
        name: createchartofaccountsfilter
        description: Oracle Financials Create a chart of accounts filter
        call: general-ledger-chart-of-accounts.createchartofaccountsfilter
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: general-ledger-chart-of-accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Financials General Ledger API — Chart of Accounts. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: oracle-financials-create-chart-accounts
      description: Oracle Financials Create a chart of accounts filter
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: general-ledger-chart-of-accounts.createchartofaccountsfilter
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.