manage_launch_section
Create, update, or delete checklist sections for a launch. Requires launch ID and optional section name or ID.
Instructions
Create, update, or delete a checklist section.
USE WHEN: "Add Marketing section", "Rename section", "Delete section" Actions: create (name), update (section_id), delete (section_id) Returns the created/updated section object, or confirmation on delete. FAILS WHEN: create without name, update/delete without section_id (get IDs from get_launch_sections). WARNING: delete removes the section and all tasks in it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Section name | |
| action | Yes | create, update, or delete | |
| launch_id | Yes | Launch ID | |
| section_id | No | Section ID (for update/delete) |