Workday · Capability

Workday Benefits API — Dependents

Workday Benefits API — Dependents. 1 operations. Lead operation: Get Dependents. Self-contained Naftiko capability covering one Workday business surface.

Run with Naftiko WorkdayDependents

What You Can Do

GET
Getdependents — Get Dependents
/v1/workers/{id}/dependents

MCP Tools

get-dependents

Get Dependents

read-only idempotent

Capability Spec

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