Workday Integrations · Capability

Workday Integrations Workday REST API — Compensation

Workday Integrations Workday REST API — Compensation. 1 operations. Lead operation: Workday Integrations Get worker compensation. Self-contained Naftiko capability covering one Workday Integrations business surface.

Run with Naftiko Workday IntegrationsCompensation

What You Can Do

GET
Getworkercompensation — Workday Integrations Get worker compensation
/v1/workers/{workerid}/compensation

MCP Tools

workday-integrations-get-worker-compensation

Workday Integrations Get worker compensation

read-only idempotent

Capability Spec

rest-compensation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integrations Workday REST API — Compensation
  description: 'Workday Integrations Workday REST API — Compensation. 1 operations. Lead operation: Workday Integrations Get
    worker compensation. Self-contained Naftiko capability covering one Workday Integrations business surface.'
  tags:
  - Workday Integrations
  - Compensation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_INTEGRATIONS_API_KEY: WORKDAY_INTEGRATIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-compensation
    baseUri: https://wd2-impl-services1.workday.com/ccx/api/v1/{tenant}
    description: Workday Integrations Workday REST API — Compensation business capability. Self-contained, no shared references.
    resources:
    - name: workers-workerId-compensation
      path: /workers/{workerId}/compensation
      operations:
      - name: getworkercompensation
        method: GET
        description: Workday Integrations Get worker compensation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATIONS_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-compensation-rest
    port: 8080
    description: REST adapter for Workday Integrations Workday REST API — Compensation. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/workers/{workerid}/compensation
      name: workers-workerid-compensation
      description: REST surface for workers-workerId-compensation.
      operations:
      - method: GET
        name: getworkercompensation
        description: Workday Integrations Get worker compensation
        call: rest-compensation.getworkercompensation
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-compensation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integrations Workday REST API — Compensation. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: workday-integrations-get-worker-compensation
      description: Workday Integrations Get worker compensation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-compensation.getworkercompensation
      outputParameters:
      - type: object
        mapping: $.