Workday Studio · Capability

Workday Studio Workday Web Services API — Human Resources

Workday Studio Workday Web Services API — Human Resources. 3 operations. Lead operation: Workday Studio Retrieve Human Resources Service Metadata. Self-contained Naftiko capability covering one Workday Studio business surface.

Run with Naftiko Workday StudioHuman Resources

What You Can Do

GET
Gethumanresourcesservice — Workday Studio Retrieve Human Resources Service Metadata
/v1/human-resources
POST
Getorganizations — Workday Studio Retrieve Organizations
/v1/human-resources/get-organizations
POST
Getworkers — Workday Studio Retrieve Workers
/v1/human-resources/get-workers

MCP Tools

workday-studio-retrieve-human-resources

Workday Studio Retrieve Human Resources Service Metadata

read-only idempotent
workday-studio-retrieve-organizations

Workday Studio Retrieve Organizations

read-only
workday-studio-retrieve-workers

Workday Studio Retrieve Workers

read-only

Capability Spec

web-services-human-resources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Studio Workday Web Services API — Human Resources
  description: 'Workday Studio Workday Web Services API — Human Resources. 3 operations. Lead operation: Workday Studio Retrieve
    Human Resources Service Metadata. Self-contained Naftiko capability covering one Workday Studio business surface.'
  tags:
  - Workday Studio
  - Human Resources
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_STUDIO_API_KEY: WORKDAY_STUDIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: web-services-human-resources
    baseUri: https://{baseUrl}/ccx/service/{tenant}
    description: Workday Studio Workday Web Services API — Human Resources business capability. Self-contained, no shared
      references.
    resources:
    - name: Human_Resources
      path: /Human_Resources
      operations:
      - name: gethumanresourcesservice
        method: GET
        description: Workday Studio Retrieve Human Resources Service Metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Human_Resources-Get_Organizations
      path: /Human_Resources/Get_Organizations
      operations:
      - name: getorganizations
        method: POST
        description: Workday Studio Retrieve Organizations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: Human_Resources-Get_Workers
      path: /Human_Resources/Get_Workers
      operations:
      - name: getworkers
        method: POST
        description: Workday Studio Retrieve Workers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.WORKDAY_STUDIO_API_KEY}}'
  exposes:
  - type: rest
    namespace: web-services-human-resources-rest
    port: 8080
    description: REST adapter for Workday Studio Workday Web Services API — Human Resources. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/human-resources
      name: human-resources
      description: REST surface for Human_Resources.
      operations:
      - method: GET
        name: gethumanresourcesservice
        description: Workday Studio Retrieve Human Resources Service Metadata
        call: web-services-human-resources.gethumanresourcesservice
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/human-resources/get-organizations
      name: human-resources-get-organizations
      description: REST surface for Human_Resources-Get_Organizations.
      operations:
      - method: POST
        name: getorganizations
        description: Workday Studio Retrieve Organizations
        call: web-services-human-resources.getorganizations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/human-resources/get-workers
      name: human-resources-get-workers
      description: REST surface for Human_Resources-Get_Workers.
      operations:
      - method: POST
        name: getworkers
        description: Workday Studio Retrieve Workers
        call: web-services-human-resources.getworkers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: web-services-human-resources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Studio Workday Web Services API — Human Resources. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-studio-retrieve-human-resources
      description: Workday Studio Retrieve Human Resources Service Metadata
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: web-services-human-resources.gethumanresourcesservice
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-studio-retrieve-organizations
      description: Workday Studio Retrieve Organizations
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: web-services-human-resources.getorganizations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-studio-retrieve-workers
      description: Workday Studio Retrieve Workers
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: web-services-human-resources.getworkers
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.