create_thread
Create a public Discord thread in a specified channel or from an existing message. Provide a channel ID and title, and optionally set an auto-archive duration to control when the thread is archived.
Instructions
Creates a new public thread in a Discord channel or from a message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 1-100 character thread title. | |
| channel_id | Yes | The ID of the channel. | |
| message_id | No | Optional message ID to start thread from. | |
| auto_archive_duration | No | Duration in minutes to auto-archive (60, 1440, 4320, 10080). |