Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

browser_verify

Verify a condition (text, selector, URL, predicate) in the browser and record pass/fail on the session timeline for time-travel debugging.

Instructions

ASSERT / CHECKPOINT. Verify a condition holds right now and RECORD the pass/fail onto the session timeline (so time-travel and explain can see what you checked and when). Same declarative vocabulary as browser_wait_for: text / selector / url / predicate / network_idle, etc. Returns { passed, details }. Use this to plant explicit checkpoints while driving a flow ("the success banner is visible").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
labelNoA human-readable name for this checkpoint.
valueNoSelector, text, URL substring, or JS expression (per type).
timeoutMsNoHow long to wait for the condition (default 2000).

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