manage_launch_section
Create, update, or delete checklist sections in ProductPlan launches to organize tasks and maintain roadmap structure.
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) 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | create, update, or delete | |
| launch_id | Yes | Launch ID | |
| name | No | Section name | |
| section_id | No | Section ID (for update/delete) |