Workday Studio · Capability

Workday Studio Workday Web Services API — Staffing

Workday Studio Workday Web Services API — Staffing. 1 operations. Lead operation: Workday Studio Retrieve Job Postings. Self-contained Naftiko capability covering one Workday Studio business surface.

Run with Naftiko Workday StudioStaffing

What You Can Do

POST
Getjobpostings — Workday Studio Retrieve Job Postings
/v1/staffing/get-job-postings

MCP Tools

workday-studio-retrieve-job-postings

Workday Studio Retrieve Job Postings

read-only

Capability Spec

web-services-staffing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Studio Workday Web Services API — Staffing
  description: 'Workday Studio Workday Web Services API — Staffing. 1 operations. Lead operation: Workday Studio Retrieve
    Job Postings. Self-contained Naftiko capability covering one Workday Studio business surface.'
  tags:
  - Workday Studio
  - Staffing
  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-staffing
    baseUri: https://{baseUrl}/ccx/service/{tenant}
    description: Workday Studio Workday Web Services API — Staffing business capability. Self-contained, no shared references.
    resources:
    - name: Staffing-Get_Job_Postings
      path: /Staffing/Get_Job_Postings
      operations:
      - name: getjobpostings
        method: POST
        description: Workday Studio Retrieve Job Postings
        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-staffing-rest
    port: 8080
    description: REST adapter for Workday Studio Workday Web Services API — Staffing. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/staffing/get-job-postings
      name: staffing-get-job-postings
      description: REST surface for Staffing-Get_Job_Postings.
      operations:
      - method: POST
        name: getjobpostings
        description: Workday Studio Retrieve Job Postings
        call: web-services-staffing.getjobpostings
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: web-services-staffing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Studio Workday Web Services API — Staffing. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: workday-studio-retrieve-job-postings
      description: Workday Studio Retrieve Job Postings
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: web-services-staffing.getjobpostings
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.