Workday · Capability

Workday Talent Management API — Talent Profiles

Workday Talent Management API — Talent Profiles. 3 operations. Lead operation: Get Worker Certifications. Self-contained Naftiko capability covering one Workday business surface.

Run with Naftiko WorkdayTalent Profiles

What You Can Do

GET
Getworkercertifications — Get Worker Certifications
/v1/workers/{id}/certifications
GET
Getworkerskills — Get Worker Skills
/v1/workers/{id}/skills
GET
Gettalentprofile — Get Talent Profile
/v1/workers/{id}/talentprofile

MCP Tools

get-worker-certifications

Get Worker Certifications

read-only idempotent
get-worker-skills

Get Worker Skills

read-only idempotent
get-talent-profile

Get Talent Profile

read-only idempotent

Capability Spec

talent-talent-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Talent Management API — Talent Profiles
  description: 'Workday Talent Management API — Talent Profiles. 3 operations. Lead operation: Get Worker Certifications.
    Self-contained Naftiko capability covering one Workday business surface.'
  tags:
  - Workday
  - Talent Profiles
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_API_KEY: WORKDAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: talent-talent-profiles
    baseUri: https://wd2-impl-services1.workday.com/ccx/api/talent/v1/{tenant}
    description: Workday Talent Management API — Talent Profiles business capability. Self-contained, no shared references.
    resources:
    - name: workers-ID-certifications
      path: /workers/{ID}/certifications
      operations:
      - name: getworkercertifications
        method: GET
        description: Get Worker Certifications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workers-ID-skills
      path: /workers/{ID}/skills
      operations:
      - name: getworkerskills
        method: GET
        description: Get Worker Skills
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workers-ID-talentProfile
      path: /workers/{ID}/talentProfile
      operations:
      - name: gettalentprofile
        method: GET
        description: Get Talent Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: talent-talent-profiles-rest
    port: 8080
    description: REST adapter for Workday Talent Management API — Talent Profiles. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/workers/{id}/certifications
      name: workers-id-certifications
      description: REST surface for workers-ID-certifications.
      operations:
      - method: GET
        name: getworkercertifications
        description: Get Worker Certifications
        call: talent-talent-profiles.getworkercertifications
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workers/{id}/skills
      name: workers-id-skills
      description: REST surface for workers-ID-skills.
      operations:
      - method: GET
        name: getworkerskills
        description: Get Worker Skills
        call: talent-talent-profiles.getworkerskills
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workers/{id}/talentprofile
      name: workers-id-talentprofile
      description: REST surface for workers-ID-talentProfile.
      operations:
      - method: GET
        name: gettalentprofile
        description: Get Talent Profile
        call: talent-talent-profiles.gettalentprofile
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: talent-talent-profiles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Talent Management API — Talent Profiles. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-worker-certifications
      description: Get Worker Certifications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: talent-talent-profiles.getworkercertifications
      outputParameters:
      - type: object
        mapping: $.
    - name: get-worker-skills
      description: Get Worker Skills
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: talent-talent-profiles.getworkerskills
      outputParameters:
      - type: object
        mapping: $.
    - name: get-talent-profile
      description: Get Talent Profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: talent-talent-profiles.gettalentprofile
      outputParameters:
      - type: object
        mapping: $.