Workday Report Writer · Capability

Workday Report Writer Workday Prism Analytics API — Datasets

Workday Report Writer Workday Prism Analytics API — Datasets. 2 operations. Lead operation: Workday Report Writer List Prism Analytics Datasets. Self-contained Naftiko capability covering one Workday Report Writer business surface.

Run with Naftiko Workday Report WriterDatasets

What You Can Do

GET
Listdatasets — Workday Report Writer List Prism Analytics Datasets
/v1/datasets
GET
Getdataset — Workday Report Writer Get a Prism Analytics Dataset
/v1/datasets/{datasetid}

MCP Tools

workday-report-writer-list-prism

Workday Report Writer List Prism Analytics Datasets

read-only idempotent
workday-report-writer-get-prism

Workday Report Writer Get a Prism Analytics Dataset

read-only idempotent

Capability Spec

prism-analytics-datasets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Report Writer Workday Prism Analytics API — Datasets
  description: 'Workday Report Writer Workday Prism Analytics API — Datasets. 2 operations. Lead operation: Workday Report
    Writer List Prism Analytics Datasets. Self-contained Naftiko capability covering one Workday Report Writer business surface.'
  tags:
  - Workday Report Writer
  - Datasets
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_REPORT_WRITER_API_KEY: WORKDAY_REPORT_WRITER_API_KEY
capability:
  consumes:
  - type: http
    namespace: prism-analytics-datasets
    baseUri: https://{hostname}/api/prismAnalytics/v3/{tenant}
    description: Workday Report Writer Workday Prism Analytics API — Datasets business capability. Self-contained, no shared
      references.
    resources:
    - name: datasets
      path: /datasets
      operations:
      - name: listdatasets
        method: GET
        description: Workday Report Writer List Prism Analytics Datasets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: Filter datasets by name
    - name: datasets-datasetId
      path: /datasets/{datasetId}
      operations:
      - name: getdataset
        method: GET
        description: Workday Report Writer Get a Prism Analytics Dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_REPORT_WRITER_API_KEY}}'
  exposes:
  - type: rest
    namespace: prism-analytics-datasets-rest
    port: 8080
    description: REST adapter for Workday Report Writer Workday Prism Analytics API — Datasets. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/datasets
      name: datasets
      description: REST surface for datasets.
      operations:
      - method: GET
        name: listdatasets
        description: Workday Report Writer List Prism Analytics Datasets
        call: prism-analytics-datasets.listdatasets
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/datasets/{datasetid}
      name: datasets-datasetid
      description: REST surface for datasets-datasetId.
      operations:
      - method: GET
        name: getdataset
        description: Workday Report Writer Get a Prism Analytics Dataset
        call: prism-analytics-datasets.getdataset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: prism-analytics-datasets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Report Writer Workday Prism Analytics API — Datasets. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-report-writer-list-prism
      description: Workday Report Writer List Prism Analytics Datasets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: prism-analytics-datasets.listdatasets
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-report-writer-get-prism
      description: Workday Report Writer Get a Prism Analytics Dataset
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: prism-analytics-datasets.getdataset
      outputParameters:
      - type: object
        mapping: $.