Create Section
create_sectionCreate a new OneNote section inside a specified notebook or section group by providing the parent ID. Use this tool to organize notes into separate sections.
Instructions
Creates a new section inside the given notebook or 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. Microsoft Graph disallows the reserved characters ?*\/:<>|&#'"%~ and requires uniqueness within the parent. | |
| notebookId | No | Parent notebook ID. Provide this OR `sectionGroupId`, exclusively. | |
| sectionGroupId | No | Parent section group ID. Provide this OR `notebookId`, exclusively. |