name: threads description: List, create, edit, and delete threads in channels. criteria: Use when the user wants to manage threads — listing active/archived threads, creating new threads, editing thread settings, or deleting threads. tools: list_threads, create_thread, edit_thread, delete_thread
Common patterns:
- "Create a thread in #general" → list_channels to find general's ID, create_thread with channel_id
- "Start a thread from this message" → create_thread with channel_id and message_id
- "Create a private thread" → create_thread with type "private"
- "Create a private thread only mods can invite to" → create_thread with type "private" and invitable false