Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

browser_query_timeline

Query a recorded browser session timeline for events matching conditions like network errors, console messages, or text content, enabling retrospective debugging.

Instructions

TRACE-AS-DATABASE. Query the recorded session timeline for events matching a predicate — a retroactive logpoint you add AFTER the fact. E.g. every request that 5xx'd ({ kind: "network", statusGte: 500 }), every console error ({ kind: "console", level: "error" }), or anything mentioning a string ({ textContains: "checkout" }). Operates on a loaded past session if one is loaded, else the live session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoOnly events at/before this timestamp (ms epoch).
fromNoOnly events at/after this timestamp (ms epoch).
kindNoRestrict to one event kind.
levelNoConsole level (e.g. "error").
trustNoRestrict to one provenance/trust level (e.g. "user" for human-handoff actions).
statusNoExact network status.
statusGteNoNetwork status at or above (e.g. 400).
urlContainsNoSubstring match on a network/navigation URL.
textContainsNoSubstring match anywhere in the event data.

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