Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt

Use this file to discover all available pages before exploring further.

Server path: /microsoft-365-onenote | Type: Application | PCID required: Yes

Tools

ToolDescription
microsoft_365_onenote_create_notebook_sectionCreate a section in a OneNote notebook
microsoft_365_onenote_create_onenote_notebookCreate a OneNote notebook
microsoft_365_onenote_create_section_pageCreate a page in a OneNote section
microsoft_365_onenote_delete_pageDelete a OneNote page
microsoft_365_onenote_get_pageGet OneNote page metadata
microsoft_365_onenote_get_page_contentGet OneNote page HTML content
microsoft_365_onenote_list_notebook_sectionsList sections in a OneNote notebook
microsoft_365_onenote_list_onenote_notebooksList OneNote notebooks
microsoft_365_onenote_list_section_pagesList pages in a OneNote section

microsoft_365_onenote_create_notebook_section

Create a section in a OneNote notebook Parameters:
ParameterTypeRequiredDefaultDescription
notebook_idstringYesThe unique ID of the OneNote notebook
displayNamestringYesDisplay name for the new section

microsoft_365_onenote_create_onenote_notebook

Create a OneNote notebook Parameters:
ParameterTypeRequiredDefaultDescription
displayNamestringYesDisplay name for the new notebook

microsoft_365_onenote_create_section_page

Create a page in a OneNote section Parameters:
ParameterTypeRequiredDefaultDescription
section_idstringYesThe unique ID of the OneNote section
bodystringYesHTML content of the OneNote page. Must include a title tag in the head element.

microsoft_365_onenote_delete_page

Delete a OneNote page Parameters:
ParameterTypeRequiredDefaultDescription
page_idstringYesThe unique ID of the OneNote page to delete

microsoft_365_onenote_get_page

Get OneNote page metadata Parameters:
ParameterTypeRequiredDefaultDescription
page_idstringYesThe unique ID of the OneNote page
$selectstringNoComma-separated properties to return

microsoft_365_onenote_get_page_content

Get OneNote page HTML content Parameters:
ParameterTypeRequiredDefaultDescription
page_idstringYesThe unique ID of the OneNote page

microsoft_365_onenote_list_notebook_sections

List sections in a OneNote notebook Parameters:
ParameterTypeRequiredDefaultDescription
notebook_idstringYesThe unique ID of the OneNote notebook
$selectstringNoComma-separated properties to return

microsoft_365_onenote_list_onenote_notebooks

List OneNote notebooks Parameters:
ParameterTypeRequiredDefaultDescription
$orderbystringNoSort order (e.g. “displayName asc”, “lastModifiedDateTime desc”)
$selectstringNoComma-separated properties to return (e.g. “id,displayName,lastModifiedDateTime”)
$topintegerNoNumber of notebooks to return

microsoft_365_onenote_list_section_pages

List pages in a OneNote section Parameters:
ParameterTypeRequiredDefaultDescription
section_idstringYesThe unique ID of the OneNote section
$orderbystringNoSort order (e.g. “lastModifiedDateTime desc”)
$selectstringNoComma-separated properties to return (e.g. “id,title,lastModifiedDateTime”)
$topintegerNoNumber of pages to return