Skip to main content
Glama

Office Word MCP Server

by franlealp1

format_table

Apply custom borders, shading, and structured formatting to tables in Word documents. Specify table index, header row, and design preferences to enhance document clarity and presentation.

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/franlealp1/mcp-word'

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