load_financial_plan_from_reference
Copies financial plan account structure and values from a reference project to a target project. Preview mode shows changes without saving; set confirm=true to apply.
Instructions
[LOCAL — copy financial plan from reference project. No Beta MCP equivalent exists.]
Load a financial plan onto a project by copying the account structure and values from a reference project. Defaults to dry-run mode (confirm=False) which shows a preview without writing anything. Set confirm=True to execute.
This is a heavy operation — always preview first unless you're sure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to execute copy; false returns preview only. | |
| version_key | No | key://14/1 | |
| scale_factor | No | ||
| target_project_id | Yes | ||
| reference_project_id | Yes |