HR Partner · Capability

HR Partner — Performance

HR Partner — Performance. Performance reviews and goal tracking via the HR Partner REST API.

HR Partner — Performance is a Naftiko capability published by HR Partner, one of 11 capabilities the APIs.io network indexes for this provider. It bundles 2 operations.

The capability includes 2 state-changing operations. Lead operation: List performance reviews. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include HR Partner, Performance, Reviews, and Goals.

Run with Naftiko HR PartnerPerformanceReviewsGoals

MCP Tools

list_reviews

List performance reviews

list_goals

List performance and development goals

Capability Spec

hr-partner-performance.yaml Raw ↑
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 }