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 </creating>