tsm_summarize
Compress long text into a concise summary with bullet points, decision highlights, and risk flags to reduce token consumption before passing to the main model.
Instructions
Compress long text into a concise summary with bullet points and risk flags. Useful for compressing long conversations, logs, documents, or diff context before passing to the main model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Long text to summarize | |
| max_points | No | Maximum number of bullet points (default: 6) | |
| summary_style | Yes | Summarization style: brief paragraph, bullet points, or decision-focused |