Workday Benefits · Capability

Workday Benefits API — Benefit Events

Workday Benefits API — Benefit Events. 1 operations. Lead operation: Workday List Benefit Events. Self-contained Naftiko capability covering one Workday Benefits business surface.

Run with Naftiko Workday BenefitsBenefit Events

What You Can Do

GET
Listbenefitevents — Workday List Benefit Events
/v1/benefitevents

MCP Tools

workday-list-benefit-events

Workday List Benefit Events

read-only idempotent

Capability Spec

workday-benefits-benefit-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Benefits API — Benefit Events
  description: 'Workday Benefits API — Benefit Events. 1 operations. Lead operation: Workday List Benefit Events. Self-contained
    Naftiko capability covering one Workday Benefits business surface.'
  tags:
  - Workday Benefits
  - Benefit Events
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_BENEFITS_API_KEY: WORKDAY_BENEFITS_API_KEY
capability:
  consumes:
  - type: http
    namespace: workday-benefits-benefit-events
    baseUri: https://{tenant}.workday.com/api/benefits/v1
    description: Workday Benefits API — Benefit Events business capability. Self-contained, no shared references.
    resources:
    - name: benefitEvents
      path: /benefitEvents
      operations:
      - name: listbenefitevents
        method: GET
        description: Workday List Benefit Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Maximum number of records to return
        - name: offset
          in: query
          type: integer
          description: Number of records to skip
        - name: employeeId
          in: query
          type: string
          description: Filter events by employee ID
        - name: status
          in: query
          type: string
          description: Filter by event status
    authentication:
      type: bearer
      token: '{{env.WORKDAY_BENEFITS_API_KEY}}'
  exposes:
  - type: rest
    namespace: workday-benefits-benefit-events-rest
    port: 8080
    description: REST adapter for Workday Benefits API — Benefit Events. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/benefitevents
      name: benefitevents
      description: REST surface for benefitEvents.
      operations:
      - method: GET
        name: listbenefitevents
        description: Workday List Benefit Events
        call: workday-benefits-benefit-events.listbenefitevents
        with:
          limit: rest.limit
          offset: rest.offset
          employeeId: rest.employeeId
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: workday-benefits-benefit-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Benefits API — Benefit Events. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: workday-list-benefit-events
      description: Workday List Benefit Events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: workday-benefits-benefit-events.listbenefitevents
      with:
        limit: tools.limit
        offset: tools.offset
        employeeId: tools.employeeId
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.