Merge · Capability

Merge HRIS API — Teams

Merge HRIS API — Teams. 1 operations. Lead operation: Merge List Teams. Self-contained Naftiko capability covering one Merge business surface.

Run with Naftiko MergeTeams

What You Can Do

GET
Listteams — Merge List Teams
/v1/teams

MCP Tools

merge-list-teams

Merge List Teams

read-only idempotent

Capability Spec

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