List threads
list_threadsList active or archived threads in a Discord channel using channel name or ID. Specify archived=true to include inactive threads.
Instructions
List active threads in a channel. Pass archived=true to include archived threads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server (guild) name or id. Optional when the bot is in a single server or DISCORD_GUILD_ID is set. | |
| channel | Yes | Channel to list threads in (name or id). | |
| archived | No | Include archived threads. Defaults to false (active only). |