Skip to main content
Glama

Slack MCP Server

by piekstra

list_channels

List all active or specific types of channels in a Slack workspace. Filter by channel type, exclude archived channels, and set a limit on the number of results returned.

Instructions

List all channels in the Slack workspace.

Args: types: Comma-separated channel types (public_channel, private_channel, mpim, im) exclude_archived: Whether to exclude archived channels limit: Maximum number of channels to return (1-1000)

Input Schema

NameRequiredDescriptionDefault
exclude_archivedNo
limitNo
typesNo

Input Schema (JSON Schema)

{ "properties": { "exclude_archived": { "default": true, "title": "Exclude Archived", "type": "boolean" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "types": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Types" } }, "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/piekstra/slack-mcp-server'

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