Text Summarization
Summarize long texts, articles, web pages, and conversations.
Available Tools
- •web_fetch: Fetch article content
- •read_file: Read local files
- •sessions_history: Get conversation history
Summarization Strategies
1. Extract Key Points
- •Identify main ideas
- •Bullet point format
- •Focus on actionable items
2. Executive Summary
- •2-3 paragraph overview
- •Include context and conclusions
- •Professional tone
3. TL;DR
- •Single paragraph
- •Casual tone
- •Essential information only
Usage Examples
User: "Summarize this article: {URL}"
- •Fetch article with web_fetch
- •Extract main content
- •Generate summary with key points
User: "Give me a TL;DR of our conversation"
- •Get conversation history with sessions_history
- •Identify key topics and decisions
- •Create concise summary
User: "Summarize this document"
- •Read file content
- •Identify structure (sections, headings)
- •Summarize each section
- •Provide overall summary
Best Practices
- •Ask user for preferred format (bullets, paragraph, TL;DR)
- •Include word count if requested
- •Preserve critical details (names, dates, numbers)
- •Maintain original tone for technical content
- •Highlight action items in meeting summaries
Output Formats
Bullet Points
code
Key Points: - Point 1 - Point 2 - Point 3
Executive Summary
code
Summary:
{2-3 paragraphs covering main themes}
Key Takeaways:
- Takeaway 1
- Takeaway 2
Meeting Summary
code
Meeting Summary
Date: {date}
Participants: {names}
Discussion:
- Topic 1
- Topic 2
Decisions:
- Decision 1
- Decision 2
Action Items:
- [ ] Task 1 - Owner
- [ ] Task 2 - Owner