naftiko: 1.0.0-alpha2 info: label: Workday Recruiting REST API — Job Requisitions description: 'Workday Recruiting REST API — Job Requisitions. 6 operations. Lead operation: Workday Recruiting List Job Requisitions. Self-contained Naftiko capability covering one Workday Recruiting business surface.' tags: - Workday Recruiting - Job Requisitions created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: WORKDAY_RECRUITING_API_KEY: WORKDAY_RECRUITING_API_KEY capability: consumes: - type: http namespace: rest-job-requisitions baseUri: https://{tenant}.workday.com/ccx/api/recruiting/v41.2 description: Workday Recruiting REST API — Job Requisitions business capability. Self-contained, no shared references. resources: - name: jobRequisitions path: /jobRequisitions operations: - name: listjobrequisitions method: GET description: Workday Recruiting List Job Requisitions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: status in: query type: string description: Filter job requisitions by recruiting status - name: supervisoryOrganization in: query type: string description: Filter by supervisory organization Workday ID - name: updatedFrom in: query type: string description: Return requisitions updated on or after this date-time - name: createjobrequisition method: POST description: Workday Recruiting Create a Job Requisition outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: jobRequisitions-id path: /jobRequisitions/{id} operations: - name: getjobrequisition method: GET description: Workday Recruiting Get a Job Requisition outputRawFormat: json outputParameters: - name: result type: object value: $. - name: editjobrequisition method: PATCH description: Workday Recruiting Edit a Job Requisition outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: jobRequisitions-id-close path: /jobRequisitions/{id}/close operations: - name: closejobrequisition method: POST description: Workday Recruiting Close a Job Requisition outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: jobRequisitions-id-freeze path: /jobRequisitions/{id}/freeze operations: - name: managejobrequisitionfreeze method: POST description: Workday Recruiting Freeze or Unfreeze a Job Requisition outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.WORKDAY_RECRUITING_API_KEY}}' exposes: - type: rest namespace: rest-job-requisitions-rest port: 8080 description: REST adapter for Workday Recruiting REST API — Job Requisitions. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/jobrequisitions name: jobrequisitions description: REST surface for jobRequisitions. operations: - method: GET name: listjobrequisitions description: Workday Recruiting List Job Requisitions call: rest-job-requisitions.listjobrequisitions with: status: rest.status supervisoryOrganization: rest.supervisoryOrganization updatedFrom: rest.updatedFrom outputParameters: - type: object mapping: $. - method: POST name: createjobrequisition description: Workday Recruiting Create a Job Requisition call: rest-job-requisitions.createjobrequisition with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/jobrequisitions/{id} name: jobrequisitions-id description: REST surface for jobRequisitions-id. operations: - method: GET name: getjobrequisition description: Workday Recruiting Get a Job Requisition call: rest-job-requisitions.getjobrequisition outputParameters: - type: object mapping: $. - method: PATCH name: editjobrequisition description: Workday Recruiting Edit a Job Requisition call: rest-job-requisitions.editjobrequisition with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/jobrequisitions/{id}/close name: jobrequisitions-id-close description: REST surface for jobRequisitions-id-close. operations: - method: POST name: closejobrequisition description: Workday Recruiting Close a Job Requisition call: rest-job-requisitions.closejobrequisition with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/jobrequisitions/{id}/freeze name: jobrequisitions-id-freeze description: REST surface for jobRequisitions-id-freeze. operations: - method: POST name: managejobrequisitionfreeze description: Workday Recruiting Freeze or Unfreeze a Job Requisition call: rest-job-requisitions.managejobrequisitionfreeze with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: rest-job-requisitions-mcp port: 9090 transport: http description: MCP adapter for Workday Recruiting REST API — Job Requisitions. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: workday-recruiting-list-job-requisitions description: Workday Recruiting List Job Requisitions hints: readOnly: true destructive: false idempotent: true call: rest-job-requisitions.listjobrequisitions with: status: tools.status supervisoryOrganization: tools.supervisoryOrganization updatedFrom: tools.updatedFrom outputParameters: - type: object mapping: $. - name: workday-recruiting-create-job-requisition description: Workday Recruiting Create a Job Requisition hints: readOnly: false destructive: false idempotent: false call: rest-job-requisitions.createjobrequisition with: body: tools.body outputParameters: - type: object mapping: $. - name: workday-recruiting-get-job-requisition description: Workday Recruiting Get a Job Requisition hints: readOnly: true destructive: false idempotent: true call: rest-job-requisitions.getjobrequisition outputParameters: - type: object mapping: $. - name: workday-recruiting-edit-job-requisition description: Workday Recruiting Edit a Job Requisition hints: readOnly: false destructive: false idempotent: true call: rest-job-requisitions.editjobrequisition with: body: tools.body outputParameters: - type: object mapping: $. - name: workday-recruiting-close-job-requisition description: Workday Recruiting Close a Job Requisition hints: readOnly: false destructive: false idempotent: false call: rest-job-requisitions.closejobrequisition with: body: tools.body outputParameters: - type: object mapping: $. - name: workday-recruiting-freeze-unfreeze-job description: Workday Recruiting Freeze or Unfreeze a Job Requisition hints: readOnly: false destructive: false idempotent: false call: rest-job-requisitions.managejobrequisitionfreeze with: body: tools.body outputParameters: - type: object mapping: $.