Metis — Save Brainstorm Output
save_brainstorm_outputSave a brainstorm session as a Markdown file with synthesis and action items for future 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 |
|---|---|---|---|
| title | Yes | ||
| synthesis | Yes | ||
| action_items | No | ||
| session_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |