create_channel
Create a new channel in a hub profile by supplying a name, hub profile ID, and workspace ID. Choose Private or Public visibility, then get the new channel ID as output.
Instructions
Create a new channel in a hub profile. Returns the new channel ID.
workspace_id: target workspace ID — get available IDs from list_workspaces()
privacy: "Private" (default) or "Public"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| privacy | No | Private | |
| workspace_id | Yes | ||
| hub_profile_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |