list_sections
Pack: microsoft-onenote · Endpoint: https://gateway.pipeworx.io/microsoft-onenote/mcp
List the sections in a OneNote notebook (Microsoft 365). Pass a notebook_id to list that notebook’s sections, or omit it to list all sections across every notebook. Returns each section’s id, display name, and created/last-modified times. Use to navigate a user’s OneNote notes before listing pages.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
notebook_id | string | no | Optional OneNote notebook ID (from list_notebooks). If omitted, returns sections across all notebooks. |
Example call
curl -X POST https://gateway.pipeworx.io/microsoft-onenote/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_sections","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"microsoft-onenote": {
"url": "https://gateway.pipeworx.io/microsoft-onenote/mcp"
}
}
}
See Getting Started for client-specific install steps.