naftiko: 1.0.0-alpha2 info: label: Slack Apps API — Events description: 'Slack Apps API — Events. 1 operations. Lead operation: Slack Get Apps Event Authorizations List. Self-contained Naftiko capability covering one Slack business surface.' tags: - Slack - Events created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SLACK_API_KEY: SLACK_API_KEY capability: consumes: - type: http namespace: apps-events baseUri: '' description: Slack Apps API — Events business capability. Self-contained, no shared references. resources: - name: apps.event.authorizations.list path: /apps.event.authorizations.list operations: - name: getappseventauthorizationslist method: GET description: Slack Get Apps Event Authorizations List outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: header type: string description: 'Authentication token. Requires scope: `authorizations:read`' required: true - name: event_context in: query type: string required: true - name: cursor in: query type: string - name: limit in: query type: integer exposes: - type: rest namespace: apps-events-rest port: 8080 description: REST adapter for Slack Apps API — Events. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/apps-event-authorizations-list name: apps-event-authorizations-list description: REST surface for apps.event.authorizations.list. operations: - method: GET name: getappseventauthorizationslist description: Slack Get Apps Event Authorizations List call: apps-events.getappseventauthorizationslist with: token: rest.token event_context: rest.event_context cursor: rest.cursor limit: rest.limit outputParameters: - type: object mapping: $. - type: mcp namespace: apps-events-mcp port: 9090 transport: http description: MCP adapter for Slack Apps API — Events. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: slack-get-apps-event-authorizations description: Slack Get Apps Event Authorizations List hints: readOnly: true destructive: false idempotent: true call: apps-events.getappseventauthorizationslist with: token: tools.token event_context: tools.event_context cursor: tools.cursor limit: tools.limit outputParameters: - type: object mapping: $.