Modify Outline
modify_outlineUpdate blog post outlines by modifying titles, sections, and structure for a given session.
Instructions
Modify outline sections, titles, or structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Active session ID | |
| modifications | Yes | Dictionary with changes to make { "title": "new title", "subtitle": "new subtitle", "sections": { "2": {"name": "new name", "key_points": [...], "target_words": 800} }, "add_section": {"order": 4, "name": "...", "key_points": [...], "target_words": 500}, "remove_section": 3 } |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||