List Slack Channels
slack_list_channelsList Slack channels available to you, with filters for channel type, archived status, and pagination.
Instructions
List Slack channels you have access to. Can filter to only channels you've joined.
Args:
types (string): Comma-separated channel types: public_channel, private_channel, mpim, im (default: public_channel,private_channel)
exclude_archived (boolean): Exclude archived channels (default: true)
limit (number): Max channels to return, 1-200 (default: 100)
cursor (string): Pagination cursor from a previous response
Returns: List of channels with id, name, topic, purpose, and member count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max channels to return | |
| types | No | Comma-separated channel types | public_channel,private_channel |
| cursor | No | Pagination cursor | |
| exclude_archived | No | Exclude archived channels |