discord_create_thread
Create organized discussion threads in Discord channels to manage conversations, either anchored to specific messages or as standalone topics with configurable auto-archive settings.
Instructions
Create a thread. If message_id is provided, creates a thread from that message; otherwise creates a standalone thread in the channel. auto_archive_duration is in minutes: 60, 1440, 4320, or 10080.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| name | Yes | 1-100 character thread name. | |
| message_id | No | Optional — create thread anchored to this message. | |
| auto_archive_duration | No | Minutes of inactivity before auto-archive: 60, 1440 (1d), 4320 (3d), or 10080 (7d). Default 1440. | |
| type | No | Thread type (only used when message_id is not set): 11 = public thread, 12 = private thread. Default 11. | |
| invitable | No | Private threads only — if false, only moderators can add members. Default true. |