session_report
Generate an HTML and PDF report of all tool calls in the session, including arguments, pass/fail status, timings, errors, and screenshot thumbnails. Add agent notes for a summary.
Instructions
Generate a human-readable dossier of EVERYTHING done this server run — every tool call in chronological order with arguments (secrets redacted), pass/fail verdicts, timings, error messages, and embedded screenshot thumbnails — as a self-contained HTML file plus a PDF. Made for handing to your user to review the whole session; add your findings via 'notes' so the report opens with your summary. The journal records automatically from server start; clear=true resets it after reporting (e.g. between test rounds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Also render a PDF via headless Chromium (default: true) | ||
| clear | No | Reset the journal after generating (default: false) | |
| notes | No | Your summary/findings narrative — rendered as an 'Agent notes' panel at the top | |
| title | No | Report title (default: 'Periscope session report') | |
| include_screenshots | No | Embed screenshot thumbnails (default: true; originals are always linked) |