Workday Integration · Capability

Workday Integration Workday Performance Management API — Goals

Workday Integration Workday Performance Management API — Goals. 1 operations. Lead operation: Workday Integration Retrieve goals for a worker. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationGoals

What You Can Do

GET
Getworkergoals — Workday Integration Retrieve goals for a worker
/v1/workers/{id}/goals

MCP Tools

workday-integration-retrieve-goals-worker

Workday Integration Retrieve goals for a worker

read-only idempotent

Capability Spec

performance-management-goals.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integration Workday Performance Management API — Goals
  description: 'Workday Integration Workday Performance Management API — Goals. 1 operations. Lead operation: Workday Integration
    Retrieve goals for a worker. Self-contained Naftiko capability covering one Workday Integration business surface.'
  tags:
  - Workday Integration
  - Goals
  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: performance-management-goals
    baseUri: https://{baseUrl}/ccx/api/performanceManagement/v1/{tenant}
    description: Workday Integration Workday Performance Management API — Goals business capability. Self-contained, no shared
      references.
    resources:
    - name: workers-ID-goals
      path: /workers/{ID}/goals
      operations:
      - name: getworkergoals
        method: GET
        description: Workday Integration Retrieve goals for a worker
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: performance-management-goals-rest
    port: 8080
    description: REST adapter for Workday Integration Workday Performance Management API — Goals. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/workers/{id}/goals
      name: workers-id-goals
      description: REST surface for workers-ID-goals.
      operations:
      - method: GET
        name: getworkergoals
        description: Workday Integration Retrieve goals for a worker
        call: performance-management-goals.getworkergoals
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: performance-management-goals-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integration Workday Performance Management API — Goals. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-integration-retrieve-goals-worker
      description: Workday Integration Retrieve goals for a worker
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: performance-management-goals.getworkergoals
      outputParameters:
      - type: object
        mapping: $.