browser_extract
Extract any webpage as clean, token-efficient markdown without using an LLM. Returns markdown string or saves to file for further processing.
Instructions
Extract the current page as clean, token-efficient markdown (no LLM involved).
Returns the markdown string. If output_path is given, the markdown is written to
that file and {path, chars} is returned instead — so you can pick a path and fetch
the content from there. You (the agent) do any further structuring/extraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | ||
| session_id | No |