Skip to main content
Glama

Office Word MCP Server

format_table

Apply border styles, shading, and structural formatting to tables in Microsoft Word documents. Specify filename, table index, and optional header row settings for precise customization.

Instructions

Format a table with borders, shading, and structure.

Input Schema

NameRequiredDescriptionDefault
border_styleNo
filenameYes
has_header_rowNo
shadingNo
table_indexYes

Input Schema (JSON Schema)

{ "properties": { "border_style": { "default": null, "title": "Border Style", "type": "string" }, "filename": { "title": "Filename", "type": "string" }, "has_header_row": { "default": null, "title": "Has Header Row", "type": "boolean" }, "shading": { "default": null, "items": {}, "title": "Shading", "type": "array" }, "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