Workday Integration · Capability

Workday Integration Workday External Integrations API — External Integrations

Workday Integration Workday External Integrations API — External Integrations. 2 operations. Lead operation: Workday Integration Retrieve a collection of connections. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationExternal Integrations

What You Can Do

GET
Getconnections — Workday Integration Retrieve a collection of connections
/v1/connections
GET
Getconnectionbyid — Workday Integration Retrieve a specific Connection
/v1/connections/{id}

MCP Tools

workday-integration-retrieve-collection-connections

Workday Integration Retrieve a collection of connections

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

Workday Integration Retrieve a specific Connection

read-only idempotent

Capability Spec

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