Skip to main content
Glama

Office Word MCP Server

by franlealp1

modify_table_cell

Edit or insert content into a specific table cell in a Microsoft Word document while preserving the existing non-header cell style. Specify file, table index, row, column, and content to update.

Instructions

Modify or add content to a specific table cell, following the style of existing non-header cells.

Input Schema

NameRequiredDescriptionDefault
columnYes
contentYes
filenameYes
rowYes
table_indexYes

Input Schema (JSON Schema)

{ "properties": { "column": { "title": "Column", "type": "integer" }, "content": { "title": "Content", "type": "string" }, "filename": { "title": "Filename", "type": "string" }, "row": { "title": "Row", "type": "integer" }, "table_index": { "title": "Table Index", "type": "integer" } }, "required": [ "filename", "table_index", "row", "column", "content" ], "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/franlealp1/mcp-word'

If you have feedback or need assistance with the MCP directory API, please join our Discord server