slack_list_channels
Retrieve Slack channels visible to the bot, including id, name, topic, and member count. Enables using channel ids with other tools.
Instructions
List Slack channels the bot can see (read-only). Returns each channel's id, name, topic, and member count. Use the returned id with slack_channel_history — most other tools take an id (C0123ABCD), not a name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | Comma-separated channel types: public_channel, private_channel, mpim, im. Default public_channel. | |
| limit | No | Max channels to return (default 100). | |
| cursor | No | Pagination cursor from a previous response's next_cursor. |