/microsoft-365-onenote | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
microsoft_365_onenote_create_notebook_section | Create a section in a OneNote notebook |
microsoft_365_onenote_create_onenote_notebook | Create a OneNote notebook |
microsoft_365_onenote_create_section_page | Create a page in a OneNote section |
microsoft_365_onenote_delete_page | Delete a OneNote page |
microsoft_365_onenote_get_page | Get OneNote page metadata |
microsoft_365_onenote_get_page_content | Get OneNote page HTML content |
microsoft_365_onenote_list_notebook_sections | List sections in a OneNote notebook |
microsoft_365_onenote_list_onenote_notebooks | List OneNote notebooks |
microsoft_365_onenote_list_section_pages | List pages in a OneNote section |
microsoft_365_onenote_create_notebook_section
Create a section in a OneNote notebook Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
notebook_id | string | Yes | — | The unique ID of the OneNote notebook |
displayName | string | Yes | — | Display name for the new section |
microsoft_365_onenote_create_onenote_notebook
Create a OneNote notebook Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
displayName | string | Yes | — | Display name for the new notebook |
microsoft_365_onenote_create_section_page
Create a page in a OneNote section Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
section_id | string | Yes | — | The unique ID of the OneNote section |
body | string | Yes | — | HTML content of the OneNote page. Must include a title tag in the head element. |
microsoft_365_onenote_delete_page
Delete a OneNote page Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page_id | string | Yes | — | The unique ID of the OneNote page to delete |
microsoft_365_onenote_get_page
Get OneNote page metadata Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page_id | string | Yes | — | The unique ID of the OneNote page |
$select | string | No | — | Comma-separated properties to return |
microsoft_365_onenote_get_page_content
Get OneNote page HTML content Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
page_id | string | Yes | — | The unique ID of the OneNote page |
microsoft_365_onenote_list_notebook_sections
List sections in a OneNote notebook Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
notebook_id | string | Yes | — | The unique ID of the OneNote notebook |
$select | string | No | — | Comma-separated properties to return |
microsoft_365_onenote_list_onenote_notebooks
List OneNote notebooks Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
$orderby | string | No | — | Sort order (e.g. “displayName asc”, “lastModifiedDateTime desc”) |
$select | string | No | — | Comma-separated properties to return (e.g. “id,displayName,lastModifiedDateTime”) |
$top | integer | No | — | Number of notebooks to return |
microsoft_365_onenote_list_section_pages
List pages in a OneNote section Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
section_id | string | Yes | — | The unique ID of the OneNote section |
$orderby | string | No | — | Sort order (e.g. “lastModifiedDateTime desc”) |
$select | string | No | — | Comma-separated properties to return (e.g. “id,title,lastModifiedDateTime”) |
$top | integer | No | — | Number of pages to return |

