browser_read
Read text content from web pages or specific elements, with options for stable full-page reads or incremental tracking of new content.
Instructions
阅读页面元素的文本内容。不指定则读取整个页面body。流式回复: wait_stable=true 等 DOM 静默后一次读全(免轮询); follow=true+selector 增量跟踪(每次只返回新增部分, 缓冲溢出丢最旧并保留丢弃标记)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | ||
| full | No | ||
| follow | No | ||
| task_id | No | ||
| selector | No | ||
| max_chars | No | ||
| stream_id | No | ||
| max_wait_ms | No | ||
| wait_stable | No |