create-asset-folder
Create a folder under Foundry's Data/ root over WebDAV, including missing parent directories. Idempotent: succeeds even if the folder exists. Refuses paths inside a live world database.
Instructions
Plane B (file channel, write). Create a folder (and any missing parents) under the Foundry Data/ root over WebDAV. Idempotent — succeeds if the folder already exists. Refuses paths inside a live world DB. Requires MOLTEN_WEBDAV_PASSWORD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remotePath | Yes | Folder path relative to the Foundry `Data/` root, e.g. "worlds/your-world/assets/audio/tavern". |