Merge · Capability

Merge Chat API — Groups

Merge Chat API — Groups. 2 operations. Lead operation: Merge List Groups. Self-contained Naftiko capability for chat groups (teams/channels grouping).

Merge Chat API — Groups is a Naftiko capability published by Merge, one of 73 capabilities the APIs.io network indexes for this provider. It bundles 2 operations.

The capability includes 2 read-only operations. Lead operation: Merge List Groups. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Merge, Chat, and Groups.

Run with Naftiko MergeChatGroups

MCP Tools

merge-list-chat-groups

Merge List Groups

read-only idempotent
merge-get-chat-group

Merge Get Group

read-only idempotent

Capability Spec

chat-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Merge Chat API — Groups
  description: 'Merge Chat API — Groups. 2 operations. Lead operation: Merge List Groups. Self-contained Naftiko capability
    for chat groups (teams/channels grouping).'
  tags:
  - Merge
  - Chat
  - Groups
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    MERGE_API_KEY: MERGE_API_KEY
capability:
  consumes:
  - type: http
    namespace: chat-groups
    baseUri: https://api.merge.dev/api/chat/v1
    description: Merge Chat API — Groups business capability.
    resources:
    - name: groups
      path: /groups
      operations:
      - name: listgroups
        method: GET
        description: Merge List Groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: groups-id
      path: /groups/{id}
      operations:
      - name: getgroup
        method: GET
        description: Merge Get Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MERGE_API_KEY}}'
  exposes:
  - type: mcp
    namespace: chat-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Merge Chat API — Groups.
    tools:
    - name: merge-list-chat-groups
      description: Merge List Groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: chat-groups.listgroups
      outputParameters:
      - type: object
        mapping: $.
    - name: merge-get-chat-group
      description: Merge Get Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: chat-groups.getgroup
      outputParameters:
      - type: object
        mapping: $.