Merge Topics
merge_topicsMerge one or more source topics into a target topic. Before your first call, read the skill: modem_skills({ name: "write-tools" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetTopicId | Yes | ID of the topic to merge into. Must not be in the sourceTopicIds array. | |
| sourceTopicIds | Yes | IDs of topics to merge into the target. Must not include the target topic ID. |