discourse_list_chat_channels
Retrieve public chat channels with filtering options to find relevant conversations based on name, status, or member counts.
Instructions
List all public chat channels visible to the current user. Returns channel information including title, description, and member counts. Supports filtering and pagination.
Input Schema
TableJSON 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') |