Deel · Capability

Endpoints — subpackage_timeOff

Endpoints — subpackage_timeOff. 1 operations. Lead operation: External HR Time Off Synchronization. Self-contained Naftiko capability covering one Deel business surface.

Run with Naftiko Deelsubpackage_timeOff

What You Can Do

POST
Synctimeoffglobalpayroll — External HR Time Off Synchronization
/v1/time-offs/global-payroll/sync

MCP Tools

external-hr-time-off-synchronization

External HR Time Off Synchronization

Capability Spec

global-payroll-endpoints-subpackage-timeoff.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Endpoints — subpackage_timeOff
  description: 'Endpoints — subpackage_timeOff. 1 operations. Lead operation: External HR Time Off Synchronization. Self-contained
    Naftiko capability covering one Deel business surface.'
  tags:
  - Deel
  - subpackage_timeOff
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEEL_API_KEY: DEEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: global-payroll-endpoints-subpackage-timeoff
    baseUri: https://api.letsdeel.com/rest/v2
    description: Endpoints — subpackage_timeOff business capability. Self-contained, no shared references.
    resources:
    - name: time_offs-global-payroll-sync
      path: /time_offs/global-payroll/sync
      operations:
      - name: synctimeoffglobalpayroll
        method: POST
        description: External HR Time Off Synchronization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
          description: '## Authentication'
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.DEEL_API_KEY}}'
  exposes:
  - type: rest
    namespace: global-payroll-endpoints-subpackage-timeoff-rest
    port: 8080
    description: REST adapter for Endpoints — subpackage_timeOff. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/time-offs/global-payroll/sync
      name: time-offs-global-payroll-sync
      description: REST surface for time_offs-global-payroll-sync.
      operations:
      - method: POST
        name: synctimeoffglobalpayroll
        description: External HR Time Off Synchronization
        call: global-payroll-endpoints-subpackage-timeoff.synctimeoffglobalpayroll
        with:
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: global-payroll-endpoints-subpackage-timeoff-mcp
    port: 9090
    transport: http
    description: MCP adapter for Endpoints — subpackage_timeOff. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: external-hr-time-off-synchronization
      description: External HR Time Off Synchronization
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: global-payroll-endpoints-subpackage-timeoff.synctimeoffglobalpayroll
      with:
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.