Skip to main content
Glama

Office Word MCP Server

apply_table_alternating_rows

Apply alternating row colors to tables in Word documents to enhance readability. Specify filename, table index, and colors for customization.

Instructions

Apply alternating row colors to a table for better readability.

Input Schema

NameRequiredDescriptionDefault
color1NoFFFFFF
color2NoF2F2F2
filenameYes
table_indexYes

Input Schema (JSON Schema)

{ "properties": { "color1": { "default": "FFFFFF", "title": "Color1", "type": "string" }, "color2": { "default": "F2F2F2", "title": "Color2", "type": "string" }, "filename": { "title": "Filename", "type": "string" }, "table_index": { "title": "Table Index", "type": "integer" } }, "required": [ "filename", "table_index" ], "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