list_channels
List Huly channels sorted by name. Filter by archived status or search by name or topic substring.
Instructions
List all Huly channels. Returns channels sorted by name. Supports filtering by archived status. Supports searching by name substring (nameSearch) and topic substring (topicSearch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of channels to return (default: 50) | |
| nameSearch | No | Search channels by name substring (case-insensitive) | |
| topicSearch | No | Search channels by topic substring (case-insensitive) | |
| includeArchived | No | Include archived channels in results (default: false) |