Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

browser_when_changed

Find when a URL, storage key, or DOM element last changed before a specified moment, and what it changed to, using recorded session data.

Instructions

BACKWARD DATA-BREAKPOINT. Ask when something LAST changed before a moment, and to what — the time-travel debugger move. Targets: a URL ({ type: "url" }), a storage key ({ type: "storage", key: "token" }), or a DOM region by text ({ type: "dom", textContains: "modal-backdrop" }). Anchor the "before" moment by timestamp, an anchor token from browser_timetravel, or "last_error" (just before the last failed action/error/failed request). Answered from the recorded timeline + storage keyframes (storage granularity = the keyframe interval).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoFor type=storage: the storage key.
typeYesWhat to trace.
storeNoFor type=storage: which store (default local).
beforeNoMoment to look before: a timestamp (ms epoch), an anchor token, or "last_error" (default: end of session).
textContainsNoFor type=dom: match mutations mentioning this text.

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