get_workflow_report
Retrieve a session report summarizing all tool calls and LLM decisions, saved as Markdown.
Instructions
Return a summary of all tool calls and LLM decisions made in this session.
WHEN TO USE
The report is written to a Markdown file automatically after every tool call — you do not need to call this to produce the file. Call it when you want to:
Tell the user where their report file is located.
Optionally copy the report to a different path via save_to.
Read the markdown string directly (e.g. to summarise it for the user).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_to | No | Optional additional path to also write the Markdown report. The auto-generated file is always written regardless. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||