slack_list_channels
List Slack workspace channels by type, exclude archived, and paginate results.
Instructions
List channels in the Slack workspace.
Args: types: Comma-separated channel types: public_channel, private_channel, mpim, im exclude_archived: Exclude archived channels (default: true) limit: Max results per page, 1-1000 (default: 200) cursor: Pagination cursor from previous response
Returns: List of channels with pagination metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| types | No | public_channel,private_channel | |
| cursor | No | ||
| exclude_archived | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||