browser_errors_aggregate
Collects browser errors from console, network, page, and DOM, then deduplicates and aggregates to return the most frequent ones. No full logs.
Instructions
收集或接收浏览器 Console/Network/PageError/DOM 摘要,去重聚合并返回 Top errors;默认不返回完整日志。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Top errors 数量,默认 5 | |
| evidence | No | 可选外部证据摘要 | |
| includeCurrentPage | No | 是否优先读取当前页面低 Token 证据,默认 true |