add_content_to_categories
Adds a content item to specified categories within a channel. Requires content, channel, category, and workspace IDs.
Instructions
Add a content item to one or more channel categories.
workspace_id: target workspace ID — get available IDs from list_workspaces()
content_id: ID of the content item
channel_id: ID of the channel
category_ids: IDs of the categories inside that channel to add the content to
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| content_id | Yes | ||
| category_ids | Yes | ||
| workspace_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |