Skip to main content
Glama

Slack MCP

MIT License
63
  • Apple
  • Linux

channels_list

Retrieve and sort a list of Slack channels by type and popularity using this tool, designed for Slack MCP integration without requiring admin permissions or bot setups.

Instructions

Get list of channels

Input Schema

NameRequiredDescriptionDefault
channel_typesYesPossible channel types. Allowed values: 'mpim', 'im', 'public_channel', 'private_channel'.
sortNoType of sorting. Allowed values: 'popularity' - sort by number of members/participants in each channel.

Input Schema (JSON Schema)

{ "properties": { "channel_types": { "description": "Possible channel types. Allowed values: 'mpim', 'im', 'public_channel', 'private_channel'.", "items": { "type": "string" }, "type": "array" }, "sort": { "description": "Type of sorting. Allowed values: 'popularity' - sort by number of members/participants in each channel.", "type": "string" } }, "required": [ "channel_types" ], "type": "object" }

You must be authenticated.

Other Tools from Slack MCP

Related Tools

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/korotovsky/slack-mcp-server'

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