Slack MCP Server

MIT License
7,932
40,097
  • Apple

slack_list_channels

Retrieve public channels in a Slack workspace with pagination support. Specify a cursor and limit to manage large datasets efficiently, ensuring structured access to channel information.

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" }

You must be authenticated.

Other Tools from Slack MCP Server

Related Tools

ID: zcfm7oczkc