Workday Report Writer · Capability

Workday Report Writer Workday Report-as-a-Service (RaaS) REST API — Custom Reports

Workday Report Writer Workday Report-as-a-Service (RaaS) REST API — Custom Reports. 1 operations. Lead operation: Workday Report Writer Execute a Custom Report via RaaS. Self-contained Naftiko capability covering one Workday Report Writer business surface.

Run with Naftiko Workday Report WriterCustom Reports

What You Can Do

GET
Executecustomreportasservice — Workday Report Writer Execute a Custom Report via RaaS
/v1/{reportowner}/{reportname}

MCP Tools

workday-report-writer-execute-custom

Workday Report Writer Execute a Custom Report via RaaS

read-only idempotent

Capability Spec

raas-custom-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Report Writer Workday Report-as-a-Service (RaaS) REST API — Custom Reports
  description: 'Workday Report Writer Workday Report-as-a-Service (RaaS) REST API — Custom Reports. 1 operations. Lead operation:
    Workday Report Writer Execute a Custom Report via RaaS. Self-contained Naftiko capability covering one Workday Report
    Writer business surface.'
  tags:
  - Workday Report Writer
  - Custom Reports
  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: raas-custom-reports
    baseUri: https://{hostname}/ccx/service/customreport2/{tenant}
    description: Workday Report Writer Workday Report-as-a-Service (RaaS) REST API — Custom Reports business capability. Self-contained,
      no shared references.
    resources:
    - name: reportOwner-reportName
      path: /{reportOwner}/{reportName}
      operations:
      - name: executecustomreportasservice
        method: GET
        description: Workday Report Writer Execute a Custom Report via RaaS
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: format
          in: query
          type: string
          description: Output format for the report data. Determines the content type of the response.
        - name: Worker_Type!WID
          in: query
          type: string
          description: Example prompt parameter for filtering by worker type using the Workday ID (WID). Actual prompt parameters
            vary per report definition.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_REPORT_WRITER_API_KEY}}'
  exposes:
  - type: rest
    namespace: raas-custom-reports-rest
    port: 8080
    description: REST adapter for Workday Report Writer Workday Report-as-a-Service (RaaS) REST API — Custom Reports. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{reportowner}/{reportname}
      name: reportowner-reportname
      description: REST surface for reportOwner-reportName.
      operations:
      - method: GET
        name: executecustomreportasservice
        description: Workday Report Writer Execute a Custom Report via RaaS
        call: raas-custom-reports.executecustomreportasservice
        with:
          format: rest.format
          Worker_Type!WID: rest.Worker_Type!WID
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: raas-custom-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Report Writer Workday Report-as-a-Service (RaaS) REST API — Custom Reports. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: workday-report-writer-execute-custom
      description: Workday Report Writer Execute a Custom Report via RaaS
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: raas-custom-reports.executecustomreportasservice
      with:
        format: tools.format
        Worker_Type!WID: tools.Worker_Type!WID
      outputParameters:
      - type: object
        mapping: $.