naftiko: 1.0.0-alpha2 info: label: Workday Integration Workday Prism Analytics API — Tables description: 'Workday Integration Workday Prism Analytics API — Tables. 5 operations. Lead operation: Workday Integration Retrieve Prism Analytics tables. Self-contained Naftiko capability covering one Workday Integration business surface.' tags: - Workday Integration - Tables 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: prism-analytics-tables baseUri: https://{baseUrl}/ccx/api/prismAnalytics/v3/{tenant} description: Workday Integration Workday Prism Analytics API — Tables business capability. Self-contained, no shared references. resources: - name: tables path: /tables operations: - name: gettables method: GET description: Workday Integration Retrieve Prism Analytics tables outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createtable method: POST description: Workday Integration Create a Prism Analytics table outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: tables-ID path: /tables/{ID} operations: - name: gettablebyid method: GET description: Workday Integration Retrieve a specific Prism Analytics table outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updatetable method: PUT description: Workday Integration Update a Prism Analytics table outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deletetable method: DELETE description: Workday Integration Delete a Prism Analytics table outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.WORKDAY_INTEGRATION_API_KEY}}' exposes: - type: rest namespace: prism-analytics-tables-rest port: 8080 description: REST adapter for Workday Integration Workday Prism Analytics API — Tables. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/tables name: tables description: REST surface for tables. operations: - method: GET name: gettables description: Workday Integration Retrieve Prism Analytics tables call: prism-analytics-tables.gettables outputParameters: - type: object mapping: $. - method: POST name: createtable description: Workday Integration Create a Prism Analytics table call: prism-analytics-tables.createtable with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/tables/{id} name: tables-id description: REST surface for tables-ID. operations: - method: GET name: gettablebyid description: Workday Integration Retrieve a specific Prism Analytics table call: prism-analytics-tables.gettablebyid outputParameters: - type: object mapping: $. - method: PUT name: updatetable description: Workday Integration Update a Prism Analytics table call: prism-analytics-tables.updatetable with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletetable description: Workday Integration Delete a Prism Analytics table call: prism-analytics-tables.deletetable outputParameters: - type: object mapping: $. - type: mcp namespace: prism-analytics-tables-mcp port: 9090 transport: http description: MCP adapter for Workday Integration Workday Prism Analytics API — Tables. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: workday-integration-retrieve-prism-analytics description: Workday Integration Retrieve Prism Analytics tables hints: readOnly: true destructive: false idempotent: true call: prism-analytics-tables.gettables outputParameters: - type: object mapping: $. - name: workday-integration-create-prism-analytics description: Workday Integration Create a Prism Analytics table hints: readOnly: false destructive: false idempotent: false call: prism-analytics-tables.createtable with: body: tools.body outputParameters: - type: object mapping: $. - name: workday-integration-retrieve-specific-prism description: Workday Integration Retrieve a specific Prism Analytics table hints: readOnly: true destructive: false idempotent: true call: prism-analytics-tables.gettablebyid outputParameters: - type: object mapping: $. - name: workday-integration-update-prism-analytics description: Workday Integration Update a Prism Analytics table hints: readOnly: false destructive: false idempotent: true call: prism-analytics-tables.updatetable with: body: tools.body outputParameters: - type: object mapping: $. - name: workday-integration-delete-prism-analytics description: Workday Integration Delete a Prism Analytics table hints: readOnly: false destructive: true idempotent: true call: prism-analytics-tables.deletetable outputParameters: - type: object mapping: $.