load_ocel
Load an OCEL 2.0 file from disk by path, inferring format from extension, and return a handle with a compact summary for further analysis.
Instructions
Read an OCEL 2.0 file from disk and store it under a fresh ocel_id handle.
Format is inferred from the file extension:
.jsonocel/.json— JSON-OCEL (the most common format).xmlocel/.xml— XML-OCEL.sqlite— SQLite-OCEL
Returns a dict with ocel_id plus a compact summary (object types + per-type
event counts, activities preview, time range). Never returns the OCEL itself;
subsequent tools retrieve it by handle.
Use flatten_ocel to project the OCEL onto a single object type and obtain
a traditional log_id that composes with every Phase 1 tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||