Skip to main content
Glama

doc-tools-mcp

add_table

Create and insert structured tables into Word documents by specifying file path, rows, columns, headers, and data for enhanced document formatting and organization.

Input Schema

NameRequiredDescriptionDefault
colsYes
dataNo
filePathYes
headersNo
rowsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cols": { "type": "number" }, "data": { "items": { "items": { "type": "string" }, "type": "array" }, "type": "array" }, "filePath": { "type": "string" }, "headers": { "items": { "type": "string" }, "type": "array" }, "rows": { "type": "number" } }, "required": [ "filePath", "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/puchunjie/doc-tools-mcp'

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