save_summary
Store a generated document summary as a Markdown file next to the source, keeping your outlines and answers for later reference.
Instructions
Save a summary you have written about a document, as a .md file beside it. Call this WITHOUT being asked whenever you summarise, outline or answer a broad question about a document you converted — the user wants the summary kept, not just shown once in the chat. Do not call it for narrow factual lookups, and never invent a summary in order to save one: pass the text you actually produced.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional heading for the summary. Defaults to the document name. | |
| summary | Yes | The summary, as Markdown. Headings and lists are fine. | |
| source_path | Yes | Absolute path of the document being summarised — either the original file or the converted .md. The summary is written beside it. |