read_as_markdown
Extract readable Markdown from a live Chrome page, targeting tabs, frames, or CSS selectors for precise content capture.
Instructions
Read the page (or subtree) as readable markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Target tab id (defaults to the active tab) | |
| frameId | No | Act inside this frame (ids come from frames_list) | |
| maxBytes | No | Cap the returned content at this many UTF-8 bytes (default 262144). A truncated result reports truncated/totalBytes/returnedBytes. The full payload is still written to the task's results/ dir. | |
| selector | No | ||
| allFrames | No | Search every frame of the tab and act on the first that matches - use when a selector should match but does not (the element is in an iframe) |