Workday Integration · Capability

Workday Integration Workday Talent API — Talent Pools

Workday Integration Workday Talent API — Talent Pools. 1 operations. Lead operation: Workday Integration Retrieve talent pools. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationTalent Pools

What You Can Do

GET
Gettalentpools — Workday Integration Retrieve talent pools
/v1/talentpools

MCP Tools

workday-integration-retrieve-talent-pools

Workday Integration Retrieve talent pools

read-only idempotent

Capability Spec

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