slack_create_channel
Create a new Slack channel, either public or private, with an optional description.
Instructions
Create a new Slack channel (public or private)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Channel name (lowercase, no spaces). Will be normalized automatically. | |
| is_private | No | Whether the channel is private (default: true) | |
| description | No | Channel purpose/description (optional) |