Smithery
browser_perf_metrics
Get Core Web Vitals and performance metrics for the current page. Returns LCP, FCP, CLS, TTFB, DOM size, resource counts, and total transfer size. Essential for performance audits.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called browser_perf_metrics?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"sessionId": {
"type": "string",
"description": "Session ID from browser_navigate"
}
}
}