Skip to main content
Glama

OneNote MCP Server

by eshlon

addTableToPage

Insert structured data into OneNote pages by converting CSV-formatted table data into a table. Specify the page ID, table title, and position (top or bottom) for precise placement.

Input Schema

NameRequiredDescriptionDefault
pageIdYesThe ID of the page to add a table to.
positionNoPosition to add the table (top or bottom).bottom
tableDataYesTable data in CSV format (header row, then data rows).
titleNoOptional title for the table.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pageId": { "description": "The ID of the page to add a table to.", "type": "string" }, "position": { "default": "bottom", "description": "Position to add the table (top or bottom).", "enum": [ "top", "bottom" ], "type": "string" }, "tableData": { "description": "Table data in CSV format (header row, then data rows).", "type": "string" }, "title": { "description": "Optional title for the table.", "type": "string" } }, "required": [ "pageId", "tableData" ], "type": "object" }
Install Server

Other Tools from OneNote MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eshlon/onenotemcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server