Skip to main content
Glama

Office Word MCP Server

merge_table_cells_horizontal

Combine adjacent cells in a single row of a Word document table. Specify the filename, table index, row index, and column range to streamline data presentation and improve document formatting.

Instructions

Merge cells horizontally in a single row.

Input Schema

NameRequiredDescriptionDefault
end_colYes
filenameYes
row_indexYes
start_colYes
table_indexYes

Input Schema (JSON Schema)

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