Summarize a session
get_session_summaryRetrieve a structured summary of a browser session, including pages visited, interaction counts, and error counts. Use this for an overview before inspecting specific console or network errors.
Instructions
Get an LLM-readable narrative summary of one session: pages visited, click/input/navigation counts, and error counts. Use this first for an overview before drilling into get_session_console_errors / get_session_network_errors. Returns a structured JSON summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session id from list_recent_sessions. |