Skip to main content
Glama

list_channels

Retrieve available channels from your Slack workspace, filtering by channel types and excluding archived channels to organize workspace navigation.

Instructions

List channels in the Slack workspace

Input Schema

NameRequiredDescriptionDefault
exclude_archivedNoExclude archived channels
limitNoMaximum number of channels to return
typesNoComma-separated list of channel types (public_channel, private_channel, mpim, im)public_channel,private_channel

Input Schema (JSON Schema)

{ "properties": { "exclude_archived": { "default": true, "description": "Exclude archived channels", "type": "boolean" }, "limit": { "default": 100, "description": "Maximum number of channels to return", "maximum": 1000, "minimum": 1, "type": "number" }, "types": { "default": "public_channel,private_channel", "description": "Comma-separated list of channel types (public_channel, private_channel, mpim, im)", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hais/slack-bot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server