Skip to main content
Glama

Office Word MCP Server

set_table_alignment_all

Align text in all cells of a table within a Word document. Specify filename, table index, and horizontal or vertical alignment to streamline formatting tasks.

Instructions

Set text alignment for all cells in a table.

Input Schema

NameRequiredDescriptionDefault
filenameYes
horizontalNoleft
table_indexYes
verticalNotop

Input Schema (JSON Schema)

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