project_import_tox
Load a .tox component into a designated parent COMP, ensuring the file path is within allowed project roots.
Instructions
Load a .tox into a parent COMP. Path must be under the project folder or $TOUCHBRIDGE_TOX_ROOTS; .toe refused.
path (<class 'str'>): The .tox file.
parentPath (str | None): COMP to load into (default '/project1').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| parentPath | No |