Skip to main content
Glama

Office Word MCP Server

set_table_cell_padding

Adjust padding or margins for a specific cell in a Word document table by specifying row, column, table index, and desired padding values in points or other units.

Instructions

Set padding/margins for a specific table cell.

Input Schema

NameRequiredDescriptionDefault
bottomNo
col_indexYes
filenameYes
leftNo
rightNo
row_indexYes
table_indexYes
topNo
unitNopoints

Input Schema (JSON Schema)

{ "properties": { "bottom": { "default": null, "title": "Bottom", "type": "number" }, "col_index": { "title": "Col Index", "type": "integer" }, "filename": { "title": "Filename", "type": "string" }, "left": { "default": null, "title": "Left", "type": "number" }, "right": { "default": null, "title": "Right", "type": "number" }, "row_index": { "title": "Row Index", "type": "integer" }, "table_index": { "title": "Table Index", "type": "integer" }, "top": { "default": null, "title": "Top", "type": "number" }, "unit": { "default": "points", "title": "Unit", "type": "string" } }, "required": [ "filename", "table_index", "row_index", "col_index" ], "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/GongRzhe/Office-Word-MCP-Server'

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