Workday Integration · Capability

Workday Integration Workday Dynamic Document Generation API — Document Generation

Workday Integration Workday Dynamic Document Generation API — Document Generation. 2 operations. Lead operation: Workday Integration Retrieve a collection of templates. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationDocument Generation

What You Can Do

GET
Gettemplates — Workday Integration Retrieve a collection of templates
/v1/templates
GET
Gettemplatebyid — Workday Integration Retrieve a specific Template
/v1/templates/{id}

MCP Tools

workday-integration-retrieve-collection-templates

Workday Integration Retrieve a collection of templates

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

Workday Integration Retrieve a specific Template

read-only idempotent

Capability Spec

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