Skip to main content
Glama

Office Word MCP Server

by franlealp1

add_table

Create and insert a table into a Word document by specifying rows, columns, and optional data. Simplifies document formatting for structured content.

Instructions

Add a table to a Word document.

Input Schema

NameRequiredDescriptionDefault
colsYes
dataNo
filenameYes
rowsYes

Input Schema (JSON Schema)

{ "properties": { "cols": { "title": "Cols", "type": "integer" }, "data": { "default": null, "items": {}, "title": "Data", "type": "array" }, "filename": { "title": "Filename", "type": "string" }, "rows": { "title": "Rows", "type": "integer" } }, "required": [ "filename", "rows", "cols" ], "type": "object" }

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/franlealp1/mcp-word'

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