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: $.