list_channels
List all public and private Slack channels, optionally filtered by type, name substring, and archived status.
Instructions
List all channels in the Slack workspace (public and private).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of channels to return | |
| types | No | Comma-separated channel types: public_channel, private_channel, mpim, im | public_channel,private_channel |
| name_filter | No | Optional substring to filter channel names (case-insensitive) | |
| exclude_archived | No | Exclude archived channels from results |