get_session_summary
Get a token-efficient JSON summary of browser session telemetry with auto-generated alerts for errors and issues. Start here to identify problems before drilling down.
Instructions
THE PRIMARY OBSERVABILITY ENTRY POINT. Returns a token-efficient JSON summary of all telemetry captured since the session started.
INCLUDES: • Network stats: total requests, successes, failures, pending, slow requests • Console stats: log/warning/error counts • DOM mutation counts (structural vs attribute changes) • Interaction counts (clicks, typing, key presses, scrolls) • Cumulative Layout Shift (CLS) score • Auto-generated alerts for: server errors (5xx), client errors (4xx), failed requests, uncaught JS exceptions, slow requests
PROGRESSIVE DISCLOSURE WORKFLOW:
Call get_session_summary — scan alerts for problems.
If alerts flag issues, call query_session_telemetry to drill down into the specific category.
Never dump all logs/network at once. Always start with the summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||