text_main
Extract the main text content from a webpage, excluding headers, navigation, footers, and sidebars. Ideal for reading articles, documentation, or blog posts.
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 | |||