Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

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:

  1. Call get_session_summary — scan alerts for problems.

  2. If alerts flag issues, call query_session_telemetry to drill down into the specific category.

  3. Never dump all logs/network at once. Always start with the summary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/funkyfunc/browser-dvr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server