notes_list_sections
List all sections in a OneNote notebook by notebook ID. Returns each section's id, name, and last-modified date, giving the section ID required to create pages.
Instructions
List the sections inside one OneNote notebook, with id, name and last-modified date. Takes a notebook id from notes_list_notebooks. Sections are the tabs within a notebook and are what pages actually live in, so a section id from here is required before notes_create_page can write anything. Requires Notes.Read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | The notebook ID to list sections for |