slack_list_channels
List Slack channels your bot can access, returning their names, IDs, topics, member counts, and purposes. Filter by type, limit results, and exclude archived channels.
Instructions
List Slack channels the bot has access to. Returns channel name, ID, topic, member count, and purpose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of channels to return (1-200). Default: 100 | |
| types | No | Comma-separated channel types: public_channel, private_channel, mpim, im. Default: public_channel | public_channel |
| exclude_archived | No | Exclude archived channels. Default: true |