bulk_recategorise
Move multiple discussion threads to a new category in one operation, with optional dry-run preview to verify changes before applying.
Instructions
Move multiple threads to a new category at once. Use search_threads or list_threads to find thread IDs, and list_categories for valid category names. Set dry_run=true to preview changes without applying them.
Args: thread_ids: List of global thread IDs to move. category: Target category name (use list_categories to see options). subcategory: Target subcategory name (optional). dry_run: If true, show what would change without applying. Default false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| category | Yes | ||
| thread_ids | Yes | ||
| subcategory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |