naftiko: 1.0.0-alpha2 info: label: Slack Auth API — Get description: 'Slack Auth API — Get. 2 operations. Lead operation: Slack Get Auth Revoke. Self-contained Naftiko capability covering one Slack business surface.' tags: - Slack - Get created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SLACK_API_KEY: SLACK_API_KEY capability: consumes: - type: http namespace: auth-get baseUri: '' description: Slack Auth API — Get business capability. Self-contained, no shared references. resources: - name: auth.revoke path: /auth.revoke operations: - name: getauthrevoke method: GET description: Slack Get Auth Revoke outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: query type: string description: 'Authentication token. Requires scope: `none`' required: true - name: test in: query type: boolean description: Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked. - name: auth.test path: /auth.test operations: - name: getauthtest method: GET description: Slack Get Auth Test outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: header type: string description: 'Authentication token. Requires scope: `none`' required: true exposes: - type: rest namespace: auth-get-rest port: 8080 description: REST adapter for Slack Auth API — Get. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/auth-revoke name: auth-revoke description: REST surface for auth.revoke. operations: - method: GET name: getauthrevoke description: Slack Get Auth Revoke call: auth-get.getauthrevoke with: token: rest.token test: rest.test outputParameters: - type: object mapping: $. - path: /v1/auth-test name: auth-test description: REST surface for auth.test. operations: - method: GET name: getauthtest description: Slack Get Auth Test call: auth-get.getauthtest with: token: rest.token outputParameters: - type: object mapping: $. - type: mcp namespace: auth-get-mcp port: 9090 transport: http description: MCP adapter for Slack Auth API — Get. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: slack-get-auth-revoke description: Slack Get Auth Revoke hints: readOnly: true destructive: false idempotent: true call: auth-get.getauthrevoke with: token: tools.token test: tools.test outputParameters: - type: object mapping: $. - name: slack-get-auth-test description: Slack Get Auth Test hints: readOnly: true destructive: false idempotent: true call: auth-get.getauthtest with: token: tools.token outputParameters: - type: object mapping: $.