discord_get_forum_channels
Retrieve all forum channels within a specific Discord server using the guild ID, 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"
}