naftiko: 1.0.0-alpha2 info: label: HR Partner — Performance description: 'HR Partner — Performance. Performance reviews and goal tracking via the HR Partner REST API.' tags: - HR Partner - Performance - Reviews - Goals created: '2026-05-23' modified: '2026-05-23' binds: - namespace: env keys: HR_PARTNER_API_KEY: HR_PARTNER_API_KEY capability: consumes: - type: http namespace: hr-partner-performance baseUri: https://api.hrpartner.io description: HR Partner Performance business capability. resources: - name: reviews path: /reviews operations: - { name: listReviews, method: GET, description: List Performance Reviews, outputRawFormat: json, outputParameters: [{ name: result, type: array, value: '$.' }] } - name: goals path: /goals operations: - { name: listGoals, method: GET, description: List Goals, outputRawFormat: json, outputParameters: [{ name: result, type: array, value: '$.' }] } authentication: type: header header: x-api-key value: '{{env.HR_PARTNER_API_KEY}}' exposes: - type: mcp namespace: hr-partner-performance-mcp port: 9090 transport: http description: MCP adapter for HR Partner Performance. tools: - { name: list_reviews, description: List performance reviews, call: hr-partner-performance.listReviews } - { name: list_goals, description: List performance and development goals, call: hr-partner-performance.listGoals }