Skip to main content
Get list of Slack channels

Tool details

FieldValue
Nameslack__list_channels
GroupIntegrations

Playground

Input schema

Input schema
{
  "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."
}

Output schema

This tool does not publish an output schema.