summarize_content
Condense long texts into concise summaries for briefings or LLM context reduction, using extractive or abstractive modes.
Instructions
Use this when you have text content (from extract_text or extract_content) and need a condensed version — e.g. for briefings, comparison tables, or LLM context reduction. Supports extractive (sentence selection) and abstractive (rewrite via Ollama/sampling) modes. Example: summarize_content({text: "..long article..", options: {summaryLength: "short", summaryType: "abstractive"}})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text content to summarize | |
| options | No | Summarization options |