mattermost_list_channels
List channels in a Mattermost workspace. Optionally include private channels and direct messages by setting include_private to true.
Instructions
List channels in the Mattermost workspace. By default lists public team channels. Set include_private=true to get all channels including private channels and direct messages (DMs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of channels to return (default 100, max 200) | |
| page | No | Page number for pagination (starting from 0) | |
| include_private | No | If true, returns all channels for the current user including private channels and direct messages. If false (default), returns only public team channels. |