Load a Shadow Monitor bundle
load_bundleLoad and index a local Shadow Monitor diagnostic bundle file (JSON, gzip, or encrypted) to obtain a bundleId for further analysis.
Instructions
Load and index a Shadow Monitor diagnostic bundle from a local file path. Handles plain JSON, gzip (.json.gz), and per-bundle encrypted exports (supply passphrase for the latter). Returns a bundleId used by the other tools, plus a quick summary. Loading the same path twice reuses the existing handle unless reload is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path to the bundle file. | |
| reload | No | Re-read from disk even if this path is already loaded. | |
| bundleId | No | Optional explicit handle. Auto-generated when omitted. | |
| passphrase | No | Decryption passphrase, required only for encrypted bundles. |