Slack User MCP Server

by lars-hagen
Verified

slack_list_channels

Retrieve a list of public channels within a Slack workspace with pagination support. Specify the number of channels to return and manage results using a cursor for efficient navigation through large datasets.

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 User MCP Server

Related Tools

ID: wc0u5519qh