Slack
slack_list_channels
List channels in the workspace. Filter by type: public_channel, private_channel, im, mpim.
Remote node2flow/slack
Other tools also called slack_list_channels?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max results per page (recommended: 200, max: 1000)"
},
"types": {
"type": "string",
"description": "Comma-separated types: public_channel, private_channel, im, mpim (default: public_channel)"
},
"cursor": {
"type": "string",
"description": "Pagination cursor from previous response"
},
"_fields": {
"type": "string",
"description": "Comma-separated list of fields to include in the response"
},
"exclude_archived": {
"type": "boolean",
"description": "Exclude archived channels (default: false)"
}
}
}