Slack · Capability

Slack Apps API — Authorization

Slack Apps API — Authorization. 1 operations. Lead operation: Slack Get Apps Event Authorizations List. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackAuthorization

What You Can Do

GET
Getappseventauthorizationslist — Slack Get Apps Event Authorizations List
/v1/apps-event-authorizations-list

MCP Tools

slack-get-apps-event-authorizations

Slack Get Apps Event Authorizations List

read-only idempotent

Capability Spec

apps-authorization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Apps API — Authorization
  description: 'Slack Apps API — Authorization. 1 operations. Lead operation: Slack Get Apps Event Authorizations List. Self-contained
    Naftiko capability covering one Slack business surface.'
  tags:
  - Slack
  - Authorization
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: apps-authorization
    baseUri: ''
    description: Slack Apps API — Authorization 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-authorization-rest
    port: 8080
    description: REST adapter for Slack Apps API — Authorization. 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-authorization.getappseventauthorizationslist
        with:
          token: rest.token
          event_context: rest.event_context
          cursor: rest.cursor
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apps-authorization-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Apps API — Authorization. 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-authorization.getappseventauthorizationslist
      with:
        token: tools.token
        event_context: tools.event_context
        cursor: tools.cursor
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.