discord_create_forum_post
Create a forum post in a Discord forum channel with a title and starter message. Requires Send Messages and Create Public Threads permissions. Returns the post name and thread ID.
Instructions
Create a new post (a thread with a starter message) in a forum channel. Requires the Send Messages and Create Public Threads permissions. Use discord_reply_to_forum to add follow-up messages. Returns the new post's name and thread ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forum_channel_id | Yes | ID (snowflake) of the forum channel to post in. | |
| title | Yes | Title of the post, used as the thread name (max 100 characters). | |
| content | Yes | Body of the post's starter message (max 2000 characters). | |
| applied_tags | No | Optional tag IDs to apply. Get valid IDs from discord_get_forum_tags. |