create_channel
Create a Slack channel by providing a channel name and setting it as public or private, receiving the channel ID on success.
Instructions
Create a new Slack channel.
Args: name: Channel name (will be sanitized: lowercase, hyphens, no spaces) is_private: Create as private channel (default: False for public)
Returns: Channel ID on success, None on failure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| is_private | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |