Create Section Group
create_section_groupCreate a new section group within a specified notebook or nested under an existing section group by providing the parent ID. Organize OneNote content into structured subgroups.
Instructions
Creates a new section group inside the given notebook or another section group. Exactly one of notebookId or sectionGroupId must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the new section group. Same character restrictions as sections (no ?*\/:<>|&#'"%~). | |
| notebookId | No | Parent notebook ID. Provide this OR `sectionGroupId`, exclusively. | |
| sectionGroupId | No | Parent section group ID (for nested section groups). Provide this OR `notebookId`, exclusively. |