asset-info
Checks if a file exists under Foundry Data/ root and returns its size, content type, last modified time, and public URL. Use to verify file availability before linking or uploading.
Instructions
Plane B (file channel, read-only). Report whether a single path under the Foundry Data/ root exists, and (for files) its size, content-type, last-modified, and public HTTPS URL. A cheap existence/metadata check before uploading or linking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remotePath | Yes | Path relative to the Foundry `Data/` root, e.g. "worlds/your-world/assets/maps/cavern.webp". |