get_session_trace
Retrieves recent tool invocations and open images for session activity tracing and debugging.
Instructions
Return recent tool invocations (run_macro, open_image, …) in order plus optional live open-image list. Trace is in-process only (resets when the MCP server restarts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max recent events to return. | |
| include_open_images | No | If true, append current open-image windows (same data as list_open_images; no extra trace row). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| returned_events | Yes | ||
| events | No | ||
| open_images | No | Snapshot of open windows when include_open_images was true. | |
| note | No | Non-fatal issues (e.g. open-image snapshot failed). |