Workday Integration · Capability

Workday Integration Workday Workforce Planning API — Workforce Planning

Workday Integration Workday Workforce Planning API — Workforce Planning. 2 operations. Lead operation: Workday Integration Retrieve a collection of plans. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationWorkforce Planning

What You Can Do

GET
Getplans — Workday Integration Retrieve a collection of plans
/v1/plans
GET
Getplanbyid — Workday Integration Retrieve a specific Plan
/v1/plans/{id}

MCP Tools

workday-integration-retrieve-collection-plans

Workday Integration Retrieve a collection of plans

read-only idempotent
workday-integration-retrieve-specific-plan

Workday Integration Retrieve a specific Plan

read-only idempotent

Capability Spec

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