Skip to main content
Glama

MCP Server for Slack

by z9905080

slack_list_channels

Retrieve a paginated list of public channels from a Slack workspace to help AI assistants browse and interact with available communication spaces.

Instructions

List public channels in the workspace with pagination

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for next page of results
limitNoMaximum number of channels to return (default 100, max 200)

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor for next page of results", "type": "string" }, "limit": { "default": 100, "description": "Maximum number of channels to return (default 100, max 200)", "type": "number" } }, "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/z9905080/mcp-slack'

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