discord_get_forum_channels
Retrieve a list of all forum channels within a specified Discord server (guild) using this tool, enabling efficient management and organization of discussions.
Instructions
Lists all forum channels in a specified Discord server (guild)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
guildId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"guildId": {
"type": "string"
}
},
"required": [
"guildId"
],
"type": "object"
}