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