Get the full OneNote outline
getOutlineFetch the complete OneNote structure—notebooks, section groups, sections—in a single call with IDs and readable paths, avoiding multiple chained requests.
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. |