Skip to main content
Glama

Office Word MCP Server

merge_table_cells_vertical

Combine adjacent cells vertically in a specified column of a Word table to simplify layout or structure. Input includes filename, table index, column index, and row range.

Instructions

Merge cells vertically in a single column.

Input Schema

NameRequiredDescriptionDefault
col_indexYes
end_rowYes
filenameYes
start_rowYes
table_indexYes

Input Schema (JSON Schema)

{ "properties": { "col_index": { "title": "Col Index", "type": "integer" }, "end_row": { "title": "End Row", "type": "integer" }, "filename": { "title": "Filename", "type": "string" }, "start_row": { "title": "Start Row", "type": "integer" }, "table_index": { "title": "Table Index", "type": "integer" } }, "required": [ "filename", "table_index", "col_index", "start_row", "end_row" ], "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