Get the full OneNote outline
getOutlineRetrieve the entire OneNote hierarchy—notebooks, section groups, and sections—in a single request, including nested sections, with IDs and readable paths.
Instructions
START HERE for anything structural. Returns every notebook, section group, and section in ONE call, with IDs and readable paths like "Learn / Cooking". Use this instead of chaining listNotebooks then listSections — it is one request instead of several, and it correctly includes sections nested inside section groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includePageCounts | No | Also count pages per section. Slightly slower. Defaults to false. |