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