text_main
Extract the main article or document text from a webpage, excluding headers, nav, footers, and sidebars. Ideal for reading blog posts, docs, or article bodies.
Instructions
Get the textContent of the page's main content area, excluding chrome (header/nav/footer/aside). Tries , then [role=main], then a single , then falls back to the longest non-chrome subtree. Use this for reading article body / docs page / blog post content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||