Onenote Create Page
onenote_create_pageCreate a OneNote page in a given section using canonical section ID, title, and body text. The owning notebook is verified against allowlist before writing; unauthorized notebooks are refused.
Instructions
Create a new page in the OneNote section identified by
sectionId — the canonical {GUID}{1}{B0} form returned by
onenote_list_sections (also on onenote_search rows); a bare
GUID or a section name will never resolve. bodyText is written
as one plain-text paragraph. The section's owning notebook is
resolved and checked against the writable-notebook allowlist
(onenote_writable_notebooks, default ["z - Test Notebook"])
before any write is attempted — refused with a clear
[onenote_notebook_not_allowed] error otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| bodyText | Yes | ||
| sectionId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| page_id | Yes | ||
| body_text | Yes | ||
| section_id | No | ||
| notebook_id | No | ||
| section_name | Yes | ||
| last_modified | No | ||
| notebook_name | Yes | ||
| body_text_incomplete | No |