list_discord_channels
Retrieve discoverable Discord channels from a server. Specify a guild ID or filter to text channels for reading and sending messages.
Instructions
List Discord channels that the Composio DISCORDBOT connection can discover. Provide a server/guild ID when known. If authentication is missing, return a Composio Connect Link. Use this when the user asks what Discord channels or chats are available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | No | Optional Discord server/guild ID. If omitted, uses DISCORD_GUILD_IDS from the MCP environment. | |
| text_only | No | Only return text-like channels that can be used for reading or sending messages. Defaults to true. |