Slack · Capability

Slack Admin API — Owners

Slack Admin API — Owners. 1 operations. Lead operation: Slack Get Admin Teams Owners List. Self-contained Naftiko capability covering one Slack business surface.

Run with Naftiko SlackOwners

What You Can Do

GET
Getadminteamsownerslist — Slack Get Admin Teams Owners List
/v1/admin-teams-owners-list

MCP Tools

slack-get-admin-teams-owners

Slack Get Admin Teams Owners List

read-only idempotent

Capability Spec

admin-owners.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slack Admin API — Owners
  description: 'Slack Admin API — Owners. 1 operations. Lead operation: Slack Get Admin Teams Owners List. Self-contained
    Naftiko capability covering one Slack business surface.'
  tags:
  - Slack
  - Owners
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SLACK_API_KEY: SLACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-owners
    baseUri: ''
    description: Slack Admin API — Owners business capability. Self-contained, no shared references.
    resources:
    - 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.
  exposes:
  - type: rest
    namespace: admin-owners-rest
    port: 8080
    description: REST adapter for Slack Admin API — Owners. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - 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-owners.getadminteamsownerslist
        with:
          token: rest.token
          team_id: rest.team_id
          limit: rest.limit
          cursor: rest.cursor
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-owners-mcp
    port: 9090
    transport: http
    description: MCP adapter for Slack Admin API — Owners. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: slack-get-admin-teams-owners
      description: Slack Get Admin Teams Owners List
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-owners.getadminteamsownerslist
      with:
        token: tools.token
        team_id: tools.team_id
        limit: tools.limit
        cursor: tools.cursor
      outputParameters:
      - type: object
        mapping: $.