summarize
Retrieve a webpage and generate a concise summary, optionally tailored to answer a specific question.
Instructions
Fetch a webpage and return a concise summary of it. The MCP server fetches the page, and if it is large, splits it into overlapping chunks and combines per-chunk work into one summary (the strategy, map-reduce or refine, is set in config), so the whole page is summarized rather than a truncated slice.
Use this tool when the user wants a free-form summary of a page, or
an answer to an open question about a long page, rather than a fixed
set of named fields (use extract for named fields).
Args:
url: The full URL to summarize.
question: Optional. If set, the summary is focused on answering
this question rather than being a general overview.
user_id: Optional, same semantics as for fetch.
Returns: A plain-text summary of the page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| question | No | ||
| user_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |