Common patterns:
- •"Create a text channel" → create_channel with type "text"
- •"Create a new category" → create_channel with type "category"
- •"Create a voice channel in Events" → list_channels to find Events category, create_channel with parent_id
- •"Create a voice channel with 128kbps" → create_channel with type "voice" and bitrate 128000 </creating>