naftiko: 1.0.0-alpha2 info: label: Slack User Groups API — Update description: 'Slack User Groups API — Update. 2 operations. Lead operation: Slack Post User Groups Update. Self-contained Naftiko capability covering one Slack business surface.' tags: - Slack - Update created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SLACK_API_KEY: SLACK_API_KEY capability: consumes: - type: http namespace: usergroups-update baseUri: '' description: Slack User Groups API — Update business capability. Self-contained, no shared references. resources: - name: usergroups.update path: /usergroups.update operations: - name: postusergroupsupdate method: POST description: Slack Post User Groups Update outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: header type: string description: 'Authentication token. Requires scope: `usergroups:write`' required: true - name: body in: body type: object description: Request body (JSON). required: true - name: usergroups.users.update path: /usergroups.users.update operations: - name: postusergroupsusersupdate method: POST description: Slack Post User Groups Users Update outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: header type: string description: 'Authentication token. Requires scope: `usergroups:write`' required: true - name: body in: body type: object description: Request body (JSON). required: true exposes: - type: rest namespace: usergroups-update-rest port: 8080 description: REST adapter for Slack User Groups API — Update. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/usergroups-update name: usergroups-update description: REST surface for usergroups.update. operations: - method: POST name: postusergroupsupdate description: Slack Post User Groups Update call: usergroups-update.postusergroupsupdate with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - path: /v1/usergroups-users-update name: usergroups-users-update description: REST surface for usergroups.users.update. operations: - method: POST name: postusergroupsusersupdate description: Slack Post User Groups Users Update call: usergroups-update.postusergroupsusersupdate with: token: rest.token body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: usergroups-update-mcp port: 9090 transport: http description: MCP adapter for Slack User Groups API — Update. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: slack-post-user-groups-update description: Slack Post User Groups Update hints: readOnly: false destructive: false idempotent: false call: usergroups-update.postusergroupsupdate with: token: tools.token body: tools.body outputParameters: - type: object mapping: $. - name: slack-post-user-groups-users description: Slack Post User Groups Users Update hints: readOnly: false destructive: false idempotent: false call: usergroups-update.postusergroupsusersupdate with: token: tools.token body: tools.body outputParameters: - type: object mapping: $.