Workday Studio · Capability

Workday Studio Workday Web Services API — Service Directory

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

Run with Naftiko Workday StudioService Directory

What You Can Do

GET
Gethumanresourcesservice — Workday Studio Retrieve Human Resources Service Metadata
/v1/human-resources

MCP Tools

workday-studio-retrieve-human-resources

Workday Studio Retrieve Human Resources Service Metadata

read-only idempotent

Capability Spec

web-services-service-directory.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Studio Workday Web Services API — Service Directory
  description: 'Workday Studio Workday Web Services API — Service Directory. 1 operations. Lead operation: Workday Studio
    Retrieve Human Resources Service Metadata. Self-contained Naftiko capability covering one Workday Studio business surface.'
  tags:
  - Workday Studio
  - Service Directory
  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-service-directory
    baseUri: https://{baseUrl}/ccx/service/{tenant}
    description: Workday Studio Workday Web Services API — Service Directory 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: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_STUDIO_API_KEY}}'
  exposes:
  - type: rest
    namespace: web-services-service-directory-rest
    port: 8080
    description: REST adapter for Workday Studio Workday Web Services API — Service Directory. 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-service-directory.gethumanresourcesservice
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: web-services-service-directory-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Studio Workday Web Services API — Service Directory. 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-service-directory.gethumanresourcesservice
      outputParameters:
      - type: object
        mapping: $.