read_as_markdown
Extract clean markdown from a Chrome tab or frame, turning web pages into readable text for processing.
Instructions
Read the page (or subtree) as readable markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | No | Tab id (default: active tab) | |
| frameId | No | Frame id from frames_list | |
| maxBytes | No | Cap returned content at N UTF-8 bytes (default 262144); the full payload still lands in results/ | |
| selector | No | ||
| allFrames | No | Act on the first match in ANY frame (the element may be in an iframe) |