discord_get_forum_channels
Retrieve forum channels in a Discord server, including their ID, name, topic, and parent category. Useful for exploring server structure without modifying data.
Instructions
List the forum channels in a server (id, name, topic, parent category). Read-only. Use discord_get_forum_tags to see a forum's available tags, or discord_list_forum_threads for its posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server (guild) ID (snowflake). |