Bindbee · Capability

Bindbee API — Departments

Bindbee API — Departments. 1 operations. Lead operation: Bindbee List Departments. Self-contained Naftiko capability covering one Bindbee business surface.

Run with Naftiko BindbeeDepartments

What You Can Do

GET
Listdepartments — Bindbee List Departments
/v1/hris/departments

MCP Tools

bindbee-list-departments

Bindbee List Departments

read-only idempotent

Capability Spec

bindbee-departments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bindbee API — Departments
  description: 'Bindbee API — Departments. 1 operations. Lead operation: Bindbee List Departments. Self-contained Naftiko
    capability covering one Bindbee business surface.'
  tags:
  - Bindbee
  - Departments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BINDBEE_API_KEY: BINDBEE_API_KEY
capability:
  consumes:
  - type: http
    namespace: bindbee-departments
    baseUri: https://api.bindbee.dev/v1
    description: Bindbee API — Departments business capability. Self-contained, no shared references.
    resources:
    - name: hris-departments
      path: /hris/departments
      operations:
      - name: listdepartments
        method: GET
        description: Bindbee List Departments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-connector-token
          in: header
          type: string
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.BINDBEE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: bindbee-departments-rest
    port: 8080
    description: REST adapter for Bindbee API — Departments. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/hris/departments
      name: hris-departments
      description: REST surface for hris-departments.
      operations:
      - method: GET
        name: listdepartments
        description: Bindbee List Departments
        call: bindbee-departments.listdepartments
        with:
          x-connector-token: rest.x-connector-token
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bindbee-departments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bindbee API — Departments. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: bindbee-list-departments
      description: Bindbee List Departments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bindbee-departments.listdepartments
      with:
        x-connector-token: tools.x-connector-token
      outputParameters:
      - type: object
        mapping: $.