Slack · Capability

Slack Admin API — Lists

Slack Admin API — Lists. 11 operations. Lead operation: Slack Get Admin Apps Approved List. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackLists

What You Can Do

GET
Getadminappsapprovedlist — Slack Get Admin Apps Approved List
/v1/admin-apps-approved-list
GET
Getadminappsrequestslist — Slack Get Admin Apps Requests List
/v1/admin-apps-requests-list
GET
Getadminappsrestrictedlist — Slack Get Admin Apps Restricted List
/v1/admin-apps-restricted-list
GET
Getadminemojilist — Slack Get Admin Emoji List
/v1/admin-emoji-list
GET
Getadmininviterequestsapprovedlist — Slack Get Admin Inviterequests Approved List
/v1/admin-inviterequests-approved-list
GET
Getadmininviterequestsdeniedlist — Slack Get Admin Inviterequests Denied List
/v1/admin-inviterequests-denied-list
GET
Getadmininviterequestslist — Slack Get Admin Inviterequests List
/v1/admin-inviterequests-list
GET
Getadminteamsadminslist — Slack Get Admin Teams Admins List
/v1/admin-teams-admins-list
GET
Getadminteamslist — Slack Get Admin Teams List
/v1/admin-teams-list
GET
Getadminteamsownerslist — Slack Get Admin Teams Owners List
/v1/admin-teams-owners-list
GET
Getadminuserslist — Slack Get Admin Users List
/v1/admin-users-list

MCP Tools

slack-get-admin-apps-approved

Slack Get Admin Apps Approved List

read-only idempotent
slack-get-admin-apps-requests

Slack Get Admin Apps Requests List

read-only idempotent
slack-get-admin-apps-restricted

Slack Get Admin Apps Restricted List

read-only idempotent
slack-get-admin-emoji-list

Slack Get Admin Emoji List

read-only idempotent
slack-get-admin-inviterequests-approved

Slack Get Admin Inviterequests Approved List

read-only idempotent
slack-get-admin-inviterequests-denied

Slack Get Admin Inviterequests Denied List

read-only idempotent
slack-get-admin-inviterequests-list

Slack Get Admin Inviterequests List

read-only idempotent
slack-get-admin-teams-admins

Slack Get Admin Teams Admins List

read-only idempotent
slack-get-admin-teams-list

Slack Get Admin Teams List

read-only idempotent
slack-get-admin-teams-owners

Slack Get Admin Teams Owners List

read-only idempotent
slack-get-admin-users-list

Slack Get Admin Users List

read-only idempotent

Capability Spec

admin-lists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Admin API — Lists
  description: 'Slack Admin API — Lists. 11 operations. Lead operation: Slack Get Admin Apps Approved List. Self-contained
    Naftiko capability covering one Slack business surface.'
  tags:
  - Slack
  - Lists
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-lists
    baseUri: ''
    description: Slack Admin API — Lists business capability. Self-contained, no shared references.
    resources:
    - name: admin.apps.approved.list
      path: /admin.apps.approved.list
      operations:
      - name: getadminappsapprovedlist
        method: GET
        description: Slack Get Admin Apps Approved List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `admin.apps:read`'
          required: true
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return. Must be between 1 - 1000 both inclusive.
        - name: cursor
          in: query
          type: string
          description: Set `cursor` to `next_cursor` returned by the previous call to list items in the next page
        - name: team_id
          in: query
          type: string
        - name: enterprise_id
          in: query
          type: string
    - name: admin.apps.requests.list
      path: /admin.apps.requests.list
      operations:
      - name: getadminappsrequestslist
        method: GET
        description: Slack Get Admin Apps Requests List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `admin.apps:read`'
          required: true
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return. Must be between 1 - 1000 both inclusive.
        - name: cursor
          in: query
          type: string
          description: Set `cursor` to `next_cursor` returned by the previous call to list items in the next page
        - name: team_id
          in: query
          type: string
    - name: admin.apps.restricted.list
      path: /admin.apps.restricted.list
      operations:
      - name: getadminappsrestrictedlist
        method: GET
        description: Slack Get Admin Apps Restricted List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `admin.apps:read`'
          required: true
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return. Must be between 1 - 1000 both inclusive.
        - name: cursor
          in: query
          type: string
          description: Set `cursor` to `next_cursor` returned by the previous call to list items in the next page
        - name: team_id
          in: query
          type: string
        - name: enterprise_id
          in: query
          type: string
    - name: admin.emoji.list
      path: /admin.emoji.list
      operations:
      - name: getadminemojilist
        method: GET
        description: Slack Get Admin Emoji List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `admin.teams:read`'
          required: true
        - name: cursor
          in: query
          type: string
          description: Set `cursor` to `next_cursor` returned by the previous call to list items in the next page
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return. Must be between 1 - 1000 both inclusive.
    - name: admin.inviteRequests.approved.list
      path: /admin.inviteRequests.approved.list
      operations:
      - name: getadmininviterequestsapprovedlist
        method: GET
        description: Slack Get Admin Inviterequests Approved List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: header
          type: string
          description: 'Authentication token. Requires scope: `admin.invites:read`'
          required: true
        - name: team_id
          in: query
          type: string
          description: ID for the workspace where the invite requests were made.
        - name: cursor
          in: query
          type: string
          description: Value of the `next_cursor` field sent as part of the previous API response
        - name: limit
          in: query
          type: integer
          description: The number of results that will be returned by the API on each invocation. Must be between 1 - 1000,
            both inclusive
    - name: admin.inviteRequests.denied.list
      path: /admin.inviteRequests.denied.list
      operations:
      - name: getadmininviterequestsdeniedlist
        method: GET
        description: Slack Get Admin Inviterequests Denied List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: header
          type: string
          description: 'Authentication token. Requires scope: `admin.invites:read`'
          required: true
        - name: team_id
          in: query
          type: string
          description: ID for the workspace where the invite requests were made.
        - name: cursor
          in: query
          type: string
          description: Value of the `next_cursor` field sent as part of the previous api response
        - name: limit
          in: query
          type: integer
          description: The number of results that will be returned by the API on each invocation. Must be between 1 - 1000
            both inclusive
    - name: admin.inviteRequests.list
      path: /admin.inviteRequests.list
      operations:
      - name: getadmininviterequestslist
        method: GET
        description: Slack Get Admin Inviterequests List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: header
          type: string
          description: 'Authentication token. Requires scope: `admin.invites:read`'
          required: true
        - name: team_id
          in: query
          type: string
          description: ID for the workspace where the invite requests were made.
        - name: cursor
          in: query
          type: string
          description: Value of the `next_cursor` field sent as part of the previous API response
        - name: limit
          in: query
          type: integer
          description: The number of results that will be returned by the API on each invocation. Must be between 1 - 1000,
            both inclusive
    - name: admin.teams.admins.list
      path: /admin.teams.admins.list
      operations:
      - name: getadminteamsadminslist
        method: GET
        description: Slack Get Admin Teams Admins List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `admin.teams:read`'
          required: true
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return.
        - name: cursor
          in: query
          type: string
          description: Set `cursor` to `next_cursor` returned by the previous call to list items in the next page.
        - name: team_id
          in: query
          type: string
          required: true
    - name: admin.teams.list
      path: /admin.teams.list
      operations:
      - name: getadminteamslist
        method: GET
        description: Slack Get Admin Teams List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: header
          type: string
          description: 'Authentication token. Requires scope: `admin.teams:read`'
          required: true
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return. Must be between 1 - 100 both inclusive.
        - name: cursor
          in: query
          type: string
          description: Set `cursor` to `next_cursor` returned by the previous call to list items in the next page.
    - name: admin.teams.owners.list
      path: /admin.teams.owners.list
      operations:
      - name: getadminteamsownerslist
        method: GET
        description: Slack Get Admin Teams Owners List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: query
          type: string
          description: 'Authentication token. Requires scope: `admin.teams:read`'
          required: true
        - name: team_id
          in: query
          type: string
          required: true
        - name: limit
          in: query
          type: integer
          description: The maximum number of items to return. Must be between 1 - 1000 both inclusive.
        - name: cursor
          in: query
          type: string
          description: Set `cursor` to `next_cursor` returned by the previous call to list items in the next page.
    - name: admin.users.list
      path: /admin.users.list
      operations:
      - name: getadminuserslist
        method: GET
        description: Slack Get Admin Users List
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: token
          in: header
          type: string
          description: 'Authentication token. Requires scope: `admin.users:read`'
          required: true
        - name: team_id
          in: query
          type: string
          description: The ID (`T1234`) of the workspace.
          required: true
        - name: cursor
          in: query
          type: string
          description: Set `cursor` to `next_cursor` returned by the previous call to list items in the next page.
        - name: limit
          in: query
          type: integer
          description: Limit for how many users to be retrieved per page
  exposes:
  - type: rest
    namespace: admin-lists-rest
    port: 8080
    description: REST adapter for Slack Admin API — Lists. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin-apps-approved-list
      name: admin-apps-approved-list
      description: REST surface for admin.apps.approved.list.
      operations:
      - method: GET
        name: getadminappsapprovedlist
        description: Slack Get Admin Apps Approved List
        call: admin-lists.getadminappsapprovedlist
        with:
          token: rest.token
          limit: rest.limit
          cursor: rest.cursor
          team_id: rest.team_id
          enterprise_id: rest.enterprise_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin-apps-requests-list
      name: admin-apps-requests-list
      description: REST surface for admin.apps.requests.list.
      operations:
      - method: GET
        name: getadminappsrequestslist
        description: Slack Get Admin Apps Requests List
        call: admin-lists.getadminappsrequestslist
        with:
          token: rest.token
          limit: rest.limit
          cursor: rest.cursor
          team_id: rest.team_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin-apps-restricted-list
      name: admin-apps-restricted-list
      description: REST surface for admin.apps.restricted.list.
      operations:
      - method: GET
        name: getadminappsrestrictedlist
        description: Slack Get Admin Apps Restricted List
        call: admin-lists.getadminappsrestrictedlist
        with:
          token: rest.token
          limit: rest.limit
          cursor: rest.cursor
          team_id: rest.team_id
          enterprise_id: rest.enterprise_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin-emoji-list
      name: admin-emoji-list
      description: REST surface for admin.emoji.list.
      operations:
      - method: GET
        name: getadminemojilist
        description: Slack Get Admin Emoji List
        call: admin-lists.getadminemojilist
        with:
          token: rest.token
          cursor: rest.cursor
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin-inviterequests-approved-list
      name: admin-inviterequests-approved-list
      description: REST surface for admin.inviteRequests.approved.list.
      operations:
      - method: GET
        name: getadmininviterequestsapprovedlist
        description: Slack Get Admin Inviterequests Approved List
        call: admin-lists.getadmininviterequestsapprovedlist
        with:
          token: rest.token
          team_id: rest.team_id
          cursor: rest.cursor
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin-inviterequests-denied-list
      name: admin-inviterequests-denied-list
      description: REST surface for admin.inviteRequests.denied.list.
      operations:
      - method: GET
        name: getadmininviterequestsdeniedlist
        description: Slack Get Admin Inviterequests Denied List
        call: admin-lists.getadmininviterequestsdeniedlist
        with:
          token: rest.token
          team_id: rest.team_id
          cursor: rest.cursor
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin-inviterequests-list
      name: admin-inviterequests-list
      description: REST surface for admin.inviteRequests.list.
      operations:
      - method: GET
        name: getadmininviterequestslist
        description: Slack Get Admin Inviterequests List
        call: admin-lists.getadmininviterequestslist
        with:
          token: rest.token
          team_id: rest.team_id
          cursor: rest.cursor
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin-teams-admins-list
      name: admin-teams-admins-list
      description: REST surface for admin.teams.admins.list.
      operations:
      - method: GET
        name: getadminteamsadminslist
        description: Slack Get Admin Teams Admins List
        call: admin-lists.getadminteamsadminslist
        with:
          token: rest.token
          limit: rest.limit
          cursor: rest.cursor
          team_id: rest.team_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin-teams-list
      name: admin-teams-list
      description: REST surface for admin.teams.list.
      operations:
      - method: GET
        name: getadminteamslist
        description: Slack Get Admin Teams List
        call: admin-lists.getadminteamslist
        with:
          token: rest.token
          limit: rest.limit
          cursor: rest.cursor
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin-teams-owners-list
      name: admin-teams-owners-list
      description: REST surface for admin.teams.owners.list.
      operations:
      - method: GET
        name: getadminteamsownerslist
        description: Slack Get Admin Teams Owners List
        call: admin-lists.getadminteamsownerslist
        with:
          token: rest.token
          team_id: rest.team_id
          limit: rest.limit
          cursor: rest.cursor
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/admin-users-list
      name: admin-users-list
      description: REST surface for admin.users.list.
      operations:
      - method: GET
        name: getadminuserslist
        description: Slack Get Admin Users List
        call: admin-lists.getadminuserslist
        with:
          token: rest.token
          team_id: rest.team_id
          cursor: rest.cursor
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-lists-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Admin API — Lists. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: slack-get-admin-apps-approved
      description: Slack Get Admin Apps Approved List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-lists.getadminappsapprovedlist
      with:
        token: tools.token
        limit: tools.limit
        cursor: tools.cursor
        team_id: tools.team_id
        enterprise_id: tools.enterprise_id
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-admin-apps-requests
      description: Slack Get Admin Apps Requests List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-lists.getadminappsrequestslist
      with:
        token: tools.token
        limit: tools.limit
        cursor: tools.cursor
        team_id: tools.team_id
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-admin-apps-restricted
      description: Slack Get Admin Apps Restricted List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-lists.getadminappsrestrictedlist
      with:
        token: tools.token
        limit: tools.limit
        cursor: tools.cursor
        team_id: tools.team_id
        enterprise_id: tools.enterprise_id
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-admin-emoji-list
      description: Slack Get Admin Emoji List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-lists.getadminemojilist
      with:
        token: tools.token
        cursor: tools.cursor
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-admin-inviterequests-approved
      description: Slack Get Admin Inviterequests Approved List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-lists.getadmininviterequestsapprovedlist
      with:
        token: tools.token
        team_id: tools.team_id
        cursor: tools.cursor
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-admin-inviterequests-denied
      description: Slack Get Admin Inviterequests Denied List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-lists.getadmininviterequestsdeniedlist
      with:
        token: tools.token
        team_id: tools.team_id
        cursor: tools.cursor
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-admin-inviterequests-list
      description: Slack Get Admin Inviterequests List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-lists.getadmininviterequestslist
      with:
        token: tools.token
        team_id: tools.team_id
        cursor: tools.cursor
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-admin-teams-admins
      description: Slack Get Admin Teams Admins List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-lists.getadminteamsadminslist
      with:
        token: tools.token
        limit: tools.limit
        cursor: tools.cursor
        team_id: tools.team_id
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-admin-teams-list
      description: Slack Get Admin Teams List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-lists.getadminteamslist
      with:
        token: tools.token
        limit: tools.limit
        cursor: tools.cursor
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-admin-teams-owners
      description: Slack Get Admin Teams Owners List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-lists.getadminteamsownerslist
      with:
        token: tools.token
        team_id: tools.team_id
        limit: tools.limit
        cursor: tools.cursor
      outputParameters:
      - type: object
        mapping: $.
    - name: slack-get-admin-users-list
      description: Slack Get Admin Users List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-lists.getadminuserslist
      with:
        token: tools.token
        team_id: tools.team_id
        cursor: tools.cursor
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.