Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get list of Slack channels
slack__list_channels
{ "type": "object", "properties": { "limit": { "type": "number", "description": "Max channels (1-1000)" }, "exclude_archived": { "type": "boolean", "description": "Exclude archived channels" }, "types": { "type": "string", "description": "Channel types: public_channel, private_channel, mpim, im" } }, "description": "Input schema for the slack__list_channels tool." }