onenote_reorder_sections
Reorders sections within a OneNote notebook or section group. Moves a specified section before or after a reference section using their IDs.
Instructions
Change section tab order within a notebook or section group. Provide either before_section_id or after_section_id as the reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | Yes | Notebook or section group holding the sections. Required. | |
| section_id | Yes | Section to reposition. Required. | |
| after_section_id | No | Place after this section. | |
| before_section_id | No | Place before this section. |