| name | document-export |
| description | Export content as downloadable documents โ video scripts, research briefs, show notes, and plans. Use when the user asks to export, download, save, or share a document. |
Document Export
When to Export
- User says "ืชืืืฆื", "ืฉืืืจ", "ืืืจื", "ืฉืื ืื" (export/save/download/send me)
- Conversation produced a complete deliverable (script, plan, research brief)
- User wants to share a session's output
How
Use the export_document tool with:
- filename โ descriptive Hebrew name with extension (.md, .txt, .docx concept)
- content โ the full document text (Markdown formatted)
The tool returns a file:// download link that renders as a card in the UI.
Document Formats
Currently supported: Markdown (.md) and plain text (.txt)
Structure markdown documents with:
# ืืืชืจืช ืืกืจืืื
## ืกืืืื
...
## ืืื ื ืืกืจืืื
### ืคืชืืื (0:00-0:30)
...
### ืืืฃ (0:30-8:00)
...
### ืกืืื (8:00-10:00)
...
## ืชืืืืจ ืืืืืืื
...
## ืชืืืืช
...
Naming Convention
- Video scripts:
{video-topic}-script.md
- Research briefs:
{topic}-research.md
- Show notes:
{video-topic}-notes.md
- Full plans:
{video-topic}-plan.md
Important
- Always include the complete content โ don't truncate
- Use Hebrew for content, English for technical terms
- The download link is valid on-demand (no expiration concern)
- If content is very long, inform user of approximate length before exporting