Skip to main content
Glama

Office Word MCP Server

set_table_column_widths

Adjust column widths in Word tables by specifying filename, table index, and desired widths. Simplify table formatting for precise document layout control.

Instructions

Set the widths of multiple table columns.

Input Schema

NameRequiredDescriptionDefault
filenameYes
table_indexYes
width_typeNopoints
widthsYes

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "table_index": { "title": "Table Index", "type": "integer" }, "width_type": { "default": "points", "title": "Width Type", "type": "string" }, "widths": { "items": {}, "title": "Widths", "type": "array" } }, "required": [ "filename", "table_index", "widths" ], "type": "object" }

Other Tools from Office Word MCP Server

Related Tools

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