Workday Integration · Capability

Workday Integration Workday Academic Advising API — Academic Advising

Workday Integration Workday Academic Advising API — Academic Advising. 2 operations. Lead operation: Workday Integration Retrieve a collection of appointments. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationAcademic Advising

What You Can Do

GET
Getappointments — Workday Integration Retrieve a collection of appointments
/v1/appointments
GET
Getappointmentbyid — Workday Integration Retrieve a specific Appointment
/v1/appointments/{id}

MCP Tools

workday-integration-retrieve-collection-appointments

Workday Integration Retrieve a collection of appointments

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

Workday Integration Retrieve a specific Appointment

read-only idempotent

Capability Spec

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