save_brainstorm_output
Save a brainstorm session's key insights and action items as a Markdown file, freezing the session for later reference.
Instructions
Freeze a brainstorm session as a saved Markdown output.
Writes to outputs/brainstorms/<date>_<slug>.md and updates the
brainstorm_sessions table status to 'saved'.
Args:
session_uuid: The session identifier.
title: Short descriptive title for the brainstorm.
synthesis: The key insights and connections (Markdown-formatted).
action_items: Bullet-point action items or follow-up questions.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_uuid | Yes | ||
| title | Yes | ||
| synthesis | Yes | ||
| action_items | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |