Slack · Capability

Slack Apps API — Permissions

Slack Apps API — Permissions. 6 operations. Lead operation: Slack Get Apps Permissions Info. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackPermissions

What You Can Do

GET
Getappspermissionsinfo — Slack Get Apps Permissions Info
/v1/apps-permissions-info
GET
Getappspermissionsrequest — Slack Get Apps Permissions Request
/v1/apps-permissions-request
GET
Getappspermissionsresourceslist — Slack Get Apps Permissions Resources List
/v1/apps-permissions-resources-list
GET
Getappspermissionsscopeslist — Slack Get Apps Permissions Scopes List
/v1/apps-permissions-scopes-list
GET
Getappspermissionsuserslist — Slack Get Apps Permissions Users List
/v1/apps-permissions-users-list
GET
Getappspermissionsusersrequest — Slack Get Apps Permissions Users Request
/v1/apps-permissions-users-request

MCP Tools

slack-get-apps-permissions-info

Slack Get Apps Permissions Info

read-only idempotent
slack-get-apps-permissions-request

Slack Get Apps Permissions Request

read-only idempotent
slack-get-apps-permissions-resources

Slack Get Apps Permissions Resources List

read-only idempotent
slack-get-apps-permissions-scopes

Slack Get Apps Permissions Scopes List

read-only idempotent
slack-get-apps-permissions-users

Slack Get Apps Permissions Users List

read-only idempotent
slack-get-apps-permissions-users-2

Slack Get Apps Permissions Users Request

read-only idempotent

Capability Spec

apps-permissions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Apps API — Permissions
  description: 'Slack Apps API — Permissions. 6 operations. Lead operation: Slack Get Apps Permissions Info. Self-contained
    Naftiko capability covering one Slack business surface.'
  tags:
  - Slack
  - Permissions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: apps-permissions
    baseUri: ''
    description: Slack Apps API — Permissions business capability. Self-contained, no shared references.
    resources:
    - name: apps.permissions.info
      path: /apps.permissions.info
      operations:
      - name: getappspermissionsinfo
        method: GET
        description: Slack Get Apps Permissions Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `none`'
    - name: apps.permissions.request
      path: /apps.permissions.request
      operations:
      - name: getappspermissionsrequest
        method: GET
        description: Slack Get Apps Permissions Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `none`'
          required: true
        - name: scopes
          in: query
          type: string
          description: A comma separated list of scopes to request for
          required: true
        - name: trigger_id
          in: query
          type: string
          description: Token used to trigger the permissions API
          required: true
    - name: apps.permissions.resources.list
      path: /apps.permissions.resources.list
      operations:
      - name: getappspermissionsresourceslist
        method: GET
        description: Slack Get Apps Permissions Resources List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `none`'
          required: true
        - name: cursor
          in: query
          type: string
          description: Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute
            returned by a previous request's `response_metadata`. Defaul
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return.
    - name: apps.permissions.scopes.list
      path: /apps.permissions.scopes.list
      operations:
      - name: getappspermissionsscopeslist
        method: GET
        description: Slack Get Apps Permissions Scopes List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `none`'
          required: true
    - name: apps.permissions.users.list
      path: /apps.permissions.users.list
      operations:
      - name: getappspermissionsuserslist
        method: GET
        description: Slack Get Apps Permissions Users List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `none`'
          required: true
        - name: cursor
          in: query
          type: string
          description: Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute
            returned by a previous request's `response_metadata`. Defaul
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return.
    - name: apps.permissions.users.request
      path: /apps.permissions.users.request
      operations:
      - name: getappspermissionsusersrequest
        method: GET
        description: Slack Get Apps Permissions Users Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `none`'
          required: true
        - name: scopes
          in: query
          type: string
          description: A comma separated list of user scopes to request for
          required: true
        - name: trigger_id
          in: query
          type: string
          description: Token used to trigger the request
          required: true
        - name: user
          in: query
          type: string
          description: The user this scope is being requested for
          required: true
  exposes:
  - type: rest
    namespace: apps-permissions-rest
    port: 8080
    description: REST adapter for Slack Apps API — Permissions. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/apps-permissions-info
      name: apps-permissions-info
      description: REST surface for apps.permissions.info.
      operations:
      - method: GET
        name: getappspermissionsinfo
        description: Slack Get Apps Permissions Info
        call: apps-permissions.getappspermissionsinfo
        with:
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apps-permissions-request
      name: apps-permissions-request
      description: REST surface for apps.permissions.request.
      operations:
      - method: GET
        name: getappspermissionsrequest
        description: Slack Get Apps Permissions Request
        call: apps-permissions.getappspermissionsrequest
        with:
          token: rest.token
          scopes: rest.scopes
          trigger_id: rest.trigger_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apps-permissions-resources-list
      name: apps-permissions-resources-list
      description: REST surface for apps.permissions.resources.list.
      operations:
      - method: GET
        name: getappspermissionsresourceslist
        description: Slack Get Apps Permissions Resources List
        call: apps-permissions.getappspermissionsresourceslist
        with:
          token: rest.token
          cursor: rest.cursor
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apps-permissions-scopes-list
      name: apps-permissions-scopes-list
      description: REST surface for apps.permissions.scopes.list.
      operations:
      - method: GET
        name: getappspermissionsscopeslist
        description: Slack Get Apps Permissions Scopes List
        call: apps-permissions.getappspermissionsscopeslist
        with:
          token: rest.token
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apps-permissions-users-list
      name: apps-permissions-users-list
      description: REST surface for apps.permissions.users.list.
      operations:
      - method: GET
        name: getappspermissionsuserslist
        description: Slack Get Apps Permissions Users List
        call: apps-permissions.getappspermissionsuserslist
        with:
          token: rest.token
          cursor: rest.cursor
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apps-permissions-users-request
      name: apps-permissions-users-request
      description: REST surface for apps.permissions.users.request.
      operations:
      - method: GET
        name: getappspermissionsusersrequest
        description: Slack Get Apps Permissions Users Request
        call: apps-permissions.getappspermissionsusersrequest
        with:
          token: rest.token
          scopes: rest.scopes
          trigger_id: rest.trigger_id
          user: rest.user
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apps-permissions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Apps API — Permissions. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: slack-get-apps-permissions-info
      description: Slack Get Apps Permissions Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apps-permissions.getappspermissionsinfo
      with:
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-apps-permissions-request
      description: Slack Get Apps Permissions Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apps-permissions.getappspermissionsrequest
      with:
        token: tools.token
        scopes: tools.scopes
        trigger_id: tools.trigger_id
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-apps-permissions-resources
      description: Slack Get Apps Permissions Resources List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apps-permissions.getappspermissionsresourceslist
      with:
        token: tools.token
        cursor: tools.cursor
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-apps-permissions-scopes
      description: Slack Get Apps Permissions Scopes List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apps-permissions.getappspermissionsscopeslist
      with:
        token: tools.token
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-apps-permissions-users
      description: Slack Get Apps Permissions Users List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apps-permissions.getappspermissionsuserslist
      with:
        token: tools.token
        cursor: tools.cursor
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-apps-permissions-users-2
      description: Slack Get Apps Permissions Users Request
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apps-permissions.getappspermissionsusersrequest
      with:
        token: tools.token
        scopes: tools.scopes
        trigger_id: tools.trigger_id
        user: tools.user
      outputParameters:
      - type: object
        mapping: $.