clone_project
Copy project configuration, including categories and collections, from a source project to a target project. Supports merge or replace modes with safeguards to control how existing settings are applied.
Instructions
Copy project configuration from one project to another.
Clones categories and collections from source project to target project. Supports merge (combine configs) or replace (overwrite) modes with safeguards.
Arguments
from_project (required): string
Source project name
to_project: any
Target project name (if None, clones to current project)
merge: boolean
If True, merge with existing config; if False, replace
force: boolean
If True, bypass safeguards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | Arguments for clone_project tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |