onenote_create_section
Create a new section in any OneNote notebook or section group by supplying the target ID and section name. Returns the new section ID for further organization.
Instructions
Create a new section in a notebook (or inside a section group). Get the notebook/group ID from onenote_hierarchy. Returns the new section_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | Target notebook (or section group) object ID. Required. | |
| section_name | Yes | Name for the new section. Required. |