Skip to main content
Glama

Slack MCP Server

by oregpt

channels_list

Retrieve and organize Slack workspace channels by type (public, private, DMs, group DMs) with optional sorting by member count and pagination support.

Instructions

Lists workspace channels by type (public, private, DMs, group DMs) with optional popularity sorting. Supports pagination.

Input Schema

NameRequiredDescriptionDefault
accessTokenYesSlack OAuth token (xoxp-... or xoxb-...)
channel_typesYesComma-separated channel types: mpim, im, public_channel, private_channel
sortNoSort by member count (popularity)
limitNoNumber of results (max: 999, default: 100)
cursorNoPagination cursor from previous response

Input Schema (JSON Schema)

{ "properties": { "accessToken": { "description": "Slack OAuth token (xoxp-... or xoxb-...)", "type": "string" }, "channel_types": { "description": "Comma-separated channel types: mpim, im, public_channel, private_channel", "type": "string" }, "cursor": { "description": "Pagination cursor from previous response", "type": "string" }, "limit": { "description": "Number of results (max: 999, default: 100)", "type": "string" }, "sort": { "description": "Sort by member count (popularity)", "type": "string" } }, "required": [ "accessToken", "channel_types" ], "type": "object" }

Other Tools from Slack MCP Server

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/oregpt/Agenticledger_MCP_Slack'

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