You're viewing a demo portfolio

Join the waitlist
PRSM

slack_list_channels

Active

Tool of Slack_connect

declared in 0.1.0

List channels in the Slack workspace. Returns channel names, IDs, and metadata.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 50
    },
    {
      "limit": 100,
      "types": "public_channel,private_channel"
    }
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max number of channels to return (default 100, max 1000)"
    },
    "types": {
      "type": "string",
      "description": "Comma-separated channel types: public_channel, private_channel, mpim, im (default \"public_channel\")"
    },
    "cursor": {
      "type": "string",
      "description": "Pagination cursor for next page of results"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Slack_connect

https://github.com/pipeworx-io/mcp-slack_connect

1/7 registries
View full server →
slack_list_channels — Slack_connect — PRSM MCP