create_forum_post
Create a new thread in a Discord forum channel by providing the channel ID, title, and content. Optionally apply tags to categorize the post.
Instructions
Create a new post (thread) in a Discord forum channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | List of tag IDs to apply to the post | |
| title | Yes | Title of the forum post | |
| content | Yes | Content/body of the first message in the post | |
| channel_id | Yes | ID of the forum channel |