Skip to main content
Glama

Office Word MCP Server

set_table_cell_shading

Apply color shading to specific cells in a Word document table by specifying the filename, table, row, column, and fill color. Simplify table formatting directly through the MCP server.

Instructions

Apply shading/filling to a specific table cell.

Input Schema

NameRequiredDescriptionDefault
col_indexYes
filenameYes
fill_colorYes
patternNoclear
row_indexYes
table_indexYes

Input Schema (JSON Schema)

{ "properties": { "col_index": { "title": "Col Index", "type": "integer" }, "filename": { "title": "Filename", "type": "string" }, "fill_color": { "title": "Fill Color", "type": "string" }, "pattern": { "default": "clear", "title": "Pattern", "type": "string" }, "row_index": { "title": "Row Index", "type": "integer" }, "table_index": { "title": "Table Index", "type": "integer" } }, "required": [ "filename", "table_index", "row_index", "col_index", "fill_color" ], "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