Skip to main content
Glama

Office Word MCP Server

highlight_table_header

Highlight table headers in Microsoft Word documents by specifying filename, table index, and custom colors for header and text using the MCP server tool.

Instructions

Apply special highlighting to table header row.

Input Schema

NameRequiredDescriptionDefault
filenameYes
header_colorNo4472C4
table_indexYes
text_colorNoFFFFFF

Input Schema (JSON Schema)

{ "properties": { "filename": { "title": "Filename", "type": "string" }, "header_color": { "default": "4472C4", "title": "Header Color", "type": "string" }, "table_index": { "title": "Table Index", "type": "integer" }, "text_color": { "default": "FFFFFF", "title": "Text Color", "type": "string" } }, "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