Create Section
create-sectionCreate a new section in a OneNote notebook or section group. Specify the parent notebook or section group to organize notes.
Instructions
Create a new section. Provide notebookId to create in a notebook, or sectionGroupId to create inside a section group. Exactly one parent must be specified. Section names must be unique within the same hierarchy level, max 50 characters, and cannot contain: ? * / : < > | & # ' % ~
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebookId | No | ID of the notebook to create the section in | |
| displayName | Yes | Name for the new section (max 50 characters) | |
| sectionGroupId | No | ID of the section group to create the section in. Takes precedence over notebookId. |