summarize_tab
Summarize the full content of the current page in an open tab, with optional question-based focus.
Instructions
Summarize the CURRENT page in an open tab, using the same whole-page
chunk-and-combine summarizer as summarize, but reading the live tab
instead of opening a URL. Use this after you have navigated or interacted
your way to a page and want a full summary of it (read_tab only returns
the head of the page; this reads all of it without truncation).
Args:
tab_id: The handle from open_tab.
question: Optional focus question, same meaning as in summarize.
Returns: A plain-text summary of the whole current page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | Yes | ||
| question | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |