Oracle Fusion Cloud Applications Oracle Fusion Cloud HCM REST API — Workers

Oracle Fusion Cloud Applications Oracle Fusion Cloud HCM REST API — Workers. 5 operations. Lead operation: Oracle Fusion Cloud Applications List employees. Self-contained Naftiko capability covering one Oracle Fusion business surface.

Run with Naftiko Oracle FusionWorkers

What You Can Do

GET
Listemployees — Oracle Fusion Cloud Applications List employees
/v1/hcmrestapi/resources/11-13-18-05/emps
GET
Listworkers — Oracle Fusion Cloud Applications List workers
/v1/hcmrestapi/resources/11-13-18-05/workers
POST
Createworker — Oracle Fusion Cloud Applications Create a worker
/v1/hcmrestapi/resources/11-13-18-05/workers
GET
Getworker — Oracle Fusion Cloud Applications Get a worker
/v1/hcmrestapi/resources/11-13-18-05/workers/{workersuniqid}
PATCH
Updateworker — Oracle Fusion Cloud Applications Update a worker
/v1/hcmrestapi/resources/11-13-18-05/workers/{workersuniqid}

MCP Tools

oracle-fusion-cloud-applications-list

Oracle Fusion Cloud Applications List employees

read-only idempotent
oracle-fusion-cloud-applications-list-2

Oracle Fusion Cloud Applications List workers

read-only idempotent
oracle-fusion-cloud-applications-create

Oracle Fusion Cloud Applications Create a worker

oracle-fusion-cloud-applications-get

Oracle Fusion Cloud Applications Get a worker

read-only idempotent
oracle-fusion-cloud-applications-update

Oracle Fusion Cloud Applications Update a worker

idempotent

Capability Spec

hcm-workers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Fusion Cloud Applications Oracle Fusion Cloud HCM REST API — Workers
  description: 'Oracle Fusion Cloud Applications Oracle Fusion Cloud HCM REST API — Workers. 5 operations. Lead operation:
    Oracle Fusion Cloud Applications List employees. Self-contained Naftiko capability covering one Oracle Fusion business
    surface.'
  tags:
  - Oracle Fusion
  - Workers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_FUSION_API_KEY: ORACLE_FUSION_API_KEY
capability:
  consumes:
  - type: http
    namespace: hcm-workers
    baseUri: https://{instance}.oraclecloud.com
    description: Oracle Fusion Cloud Applications Oracle Fusion Cloud HCM REST API — Workers business capability. Self-contained,
      no shared references.
    resources:
    - name: hcmRestApi-resources-11.13.18.05-emps
      path: /hcmRestApi/resources/11.13.18.05/emps
      operations:
      - name: listemployees
        method: GET
        description: Oracle Fusion Cloud Applications List employees
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: hcmRestApi-resources-11.13.18.05-workers
      path: /hcmRestApi/resources/11.13.18.05/workers
      operations:
      - name: listworkers
        method: GET
        description: Oracle Fusion Cloud Applications List workers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createworker
        method: POST
        description: Oracle Fusion Cloud Applications Create a worker
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: hcmRestApi-resources-11.13.18.05-workers-workersUniqID
      path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}
      operations:
      - name: getworker
        method: GET
        description: Oracle Fusion Cloud Applications Get a worker
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateworker
        method: PATCH
        description: Oracle Fusion Cloud Applications Update a worker
        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_FUSION_API_KEY}}'
  exposes:
  - type: rest
    namespace: hcm-workers-rest
    port: 8080
    description: REST adapter for Oracle Fusion Cloud Applications Oracle Fusion Cloud HCM REST API — Workers. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/hcmrestapi/resources/11-13-18-05/emps
      name: hcmrestapi-resources-11-13-18-05-emps
      description: REST surface for hcmRestApi-resources-11.13.18.05-emps.
      operations:
      - method: GET
        name: listemployees
        description: Oracle Fusion Cloud Applications List employees
        call: hcm-workers.listemployees
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/hcmrestapi/resources/11-13-18-05/workers
      name: hcmrestapi-resources-11-13-18-05-workers
      description: REST surface for hcmRestApi-resources-11.13.18.05-workers.
      operations:
      - method: GET
        name: listworkers
        description: Oracle Fusion Cloud Applications List workers
        call: hcm-workers.listworkers
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createworker
        description: Oracle Fusion Cloud Applications Create a worker
        call: hcm-workers.createworker
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/hcmrestapi/resources/11-13-18-05/workers/{workersuniqid}
      name: hcmrestapi-resources-11-13-18-05-workers-workersuniqid
      description: REST surface for hcmRestApi-resources-11.13.18.05-workers-workersUniqID.
      operations:
      - method: GET
        name: getworker
        description: Oracle Fusion Cloud Applications Get a worker
        call: hcm-workers.getworker
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateworker
        description: Oracle Fusion Cloud Applications Update a worker
        call: hcm-workers.updateworker
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hcm-workers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Fusion Cloud Applications Oracle Fusion Cloud HCM REST API — Workers. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-fusion-cloud-applications-list
      description: Oracle Fusion Cloud Applications List employees
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hcm-workers.listemployees
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-fusion-cloud-applications-list-2
      description: Oracle Fusion Cloud Applications List workers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hcm-workers.listworkers
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-fusion-cloud-applications-create
      description: Oracle Fusion Cloud Applications Create a worker
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: hcm-workers.createworker
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-fusion-cloud-applications-get
      description: Oracle Fusion Cloud Applications Get a worker
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hcm-workers.getworker
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-fusion-cloud-applications-update
      description: Oracle Fusion Cloud Applications Update a worker
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: hcm-workers.updateworker
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.