Summarize
Condense URLs, local files, or user-provided long text into readable summaries.
Summarize a URL
- Use
web_fetchto retrieve the page content - Extract and summarize key points
Summarize a Local File
- Use
read_fileto load the content - Summarize it
Output Formats
- Brief: 2–3 sentences capturing the essence
- Key Points: 5–7 bullet points with important figures and quotes
- Structured: Sections — TL;DR, key findings, details, action items
- Report: For business/technical docs — overview, findings, recommendations, next steps
Notes
- Default to the source language; translate if the user specifies a language
- Preserve important numbers, dates, and names
- For long content, summarize in sections and note the content type (news, research, blog, etc.)
