List Chat Channels
discourse_list_chat_channelsList public chat channels with details like title, description, and member counts. Filter by name, status, or use pagination to browse available channels.
Instructions
List all public chat channels visible to the current user. Returns channel information including title, description, and member counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter channels by name/slug | |
| limit | No | Number of channels to return (default: 25, max: 100) | |
| offset | No | Pagination offset (default: 0) | |
| status | No | Filter by channel status (e.g., 'open', 'closed', 'archived') |