Skip to main content
Glama

Office Word MCP Server

set_table_column_width

Adjust the width of a specific column in a Microsoft Word table by specifying the filename, table index, column index, and desired width using the Office Word MCP Server.

Instructions

Set the width of a specific table column.

Input Schema

NameRequiredDescriptionDefault
col_indexYes
filenameYes
table_indexYes
widthYes
width_typeNopoints

Input Schema (JSON Schema)

{ "properties": { "col_index": { "title": "Col Index", "type": "integer" }, "filename": { "title": "Filename", "type": "string" }, "table_index": { "title": "Table Index", "type": "integer" }, "width": { "title": "Width", "type": "number" }, "width_type": { "default": "points", "title": "Width Type", "type": "string" } }, "required": [ "filename", "table_index", "col_index", "width" ], "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