naftiko: 1.0.0-alpha2 info: label: Endpoints — subpackage_payslips description: 'Endpoints — subpackage_payslips. 1 operations. Lead operation: Retrieve employee payslips. Self-contained Naftiko capability covering one Deel business surface.' tags: - Deel - subpackage_payslips created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DEEL_API_KEY: DEEL_API_KEY capability: consumes: - type: http namespace: platform-endpoints-subpackage-payslips baseUri: https://api.letsdeel.com/rest/v2 description: Endpoints — subpackage_payslips business capability. Self-contained, no shared references. resources: - name: gp-workers-id-payslips path: /gp/workers/{id}/payslips operations: - name: getgpworkerpayslips method: GET description: Retrieve employee payslips outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: Unique identifier for the worker. required: true - name: Authorization in: header type: string description: '## Authentication' required: true authentication: type: bearer token: '{{env.DEEL_API_KEY}}' exposes: - type: rest namespace: platform-endpoints-subpackage-payslips-rest port: 8080 description: REST adapter for Endpoints — subpackage_payslips. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/gp/workers/{id}/payslips name: gp-workers-id-payslips description: REST surface for gp-workers-id-payslips. operations: - method: GET name: getgpworkerpayslips description: Retrieve employee payslips call: platform-endpoints-subpackage-payslips.getgpworkerpayslips with: id: rest.id Authorization: rest.Authorization outputParameters: - type: object mapping: $. - type: mcp namespace: platform-endpoints-subpackage-payslips-mcp port: 9090 transport: http description: MCP adapter for Endpoints — subpackage_payslips. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: retrieve-employee-payslips description: Retrieve employee payslips hints: readOnly: true destructive: false idempotent: true call: platform-endpoints-subpackage-payslips.getgpworkerpayslips with: id: tools.id Authorization: tools.Authorization outputParameters: - type: object mapping: $.