get_page_content
Pack: microsoft-onenote · Endpoint: https://gateway.pipeworx.io/microsoft-onenote/mcp
Get the full HTML content of a single OneNote page (Microsoft 365 note) by its ID. Returns the page body as HTML. Use after list_pages to read a user’s OneNote note in full.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
page_id | string | yes | The ID of the OneNote page to retrieve (from list_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":"get_page_content","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.