Read Tab Content
read_tab_contentExtract readable text content from browser tabs using tab IDs or the active tab. Retrieve specific text sections by setting a starting character position.
Instructions
Get readable content from a tab in the user's browser. Provide ID (from list_tabs output) to read a specific tab, or omit for the active tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Tab reference from list_tabs output (e.g: ID:12345:67890). If omitted, uses the currently active tab. | |
| startIndex | No | Starting character position for content extraction (default: 0) |