get_page_text
Extract plain text from a webpage, prioritizing article content for easy reading. Provide a tab ID to retrieve text without HTML formatting.
Instructions
Extract raw text content from the page, prioritizing article content. Ideal for reading articles, blog posts, or other text-heavy pages. Returns plain text without HTML formatting. If you don't have a valid tab ID, use tabs_context first to get available tabs. Output is limited to 50000 characters by default; if it exceeds the limit it is truncated with a note giving the full size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | Tab ID to extract text from. Must be a tab in the current group. Use tabs_context first if you don't have a valid tab ID. | |
| max_chars | No | Maximum characters for output (default: 50000). Set to a higher value if your client can handle large outputs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provenance | No |