list_notebooks

Pack: microsoft-onenote · Endpoint: https://gateway.pipeworx.io/microsoft-onenote/mcp

List the OneNote notebooks in the signed-in user’s Microsoft 365 / OneNote account. Returns each notebook’s id, display name, created/last-modified times, and whether it is the default notebook. Use to discover a user’s OneNote notebooks before browsing sections or pages.

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_notebooks","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.

Regenerated from source · build June 3, 2026