Workday · Capability

Workday Talent Management API — Mentorships

Workday Talent Management API — Mentorships. 1 operations. Lead operation: Get Mentorships. Self-contained Naftiko capability covering one Workday business surface.

Run with Naftiko WorkdayMentorships

What You Can Do

GET
Getmentorships — Get Mentorships
/v1/workers/{id}/mentorships

MCP Tools

get-mentorships

Get Mentorships

read-only idempotent

Capability Spec

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