slack_list_channels
ActiveTool of Slack_connect
declared in 0.1.0
List channels in the Slack workspace. Returns channel names, IDs, and metadata.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 50
},
{
"limit": 100,
"types": "public_channel,private_channel"
}
],
"properties": {
"limit": {
"type": "number",
"description": "Max number of channels to return (default 100, max 1000)"
},
"types": {
"type": "string",
"description": "Comma-separated channel types: public_channel, private_channel, mpim, im (default \"public_channel\")"
},
"cursor": {
"type": "string",
"description": "Pagination cursor for next page of results"
}
}
}Parent server
Slack_connect
https://github.com/pipeworx-io/mcp-slack_connect
1/7 registries