acc_create_folder_structure
Create a complete nested folder structure per ISO 19650 (WIP/Shared/Published/Archived) in a single call, reusing existing folders and returning URNs for efficient CDE setup.
Instructions
Create a whole (nested) folder tree in one call — the core of CDE setup per ISO 19650 (WIP / Shared / Published / Archived containers). Existing folders with the same name are reused, so the tool is safe to re-run (idempotent). Returns the created/existing folder URNs level by level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | True = only show what would be created | |
| structure | Yes | Either a naming-config reference like 'config:iso19650-uk' (uses its cdeStructure: WIP/Shared/Published/Archived + subfolders), or an inline JSON object of nested folders, e.g. {"01-WIP": {"01. Architecture": {}, "02. Structure": {}}, "02-SHARED": {}}. Build a custom tree from discipline/milestone lists with acc_cde_structure_template. | |
| project_id | Yes | Project id | |
| parent_folder_id | Yes | Folder URN under which the structure is created (usually 'Project Files') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |