Skip to main content
Glama

Office Word MCP Server

set_table_cell_alignment

Align text horizontally and vertically within a specific table cell in a Microsoft Word document by specifying filename, table index, row, and column indices.

Instructions

Set text alignment for a specific table cell.

Input Schema

NameRequiredDescriptionDefault
col_indexYes
filenameYes
horizontalNoleft
row_indexYes
table_indexYes
verticalNotop

Input Schema (JSON Schema)

{ "properties": { "col_index": { "title": "Col Index", "type": "integer" }, "filename": { "title": "Filename", "type": "string" }, "horizontal": { "default": "left", "title": "Horizontal", "type": "string" }, "row_index": { "title": "Row Index", "type": "integer" }, "table_index": { "title": "Table Index", "type": "integer" }, "vertical": { "default": "top", "title": "Vertical", "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