Skip to main content
Glama

Office Word MCP Server

format_table_cell_text

Modify text styling within a specific table cell in Word documents, including bold, italic, underline, font size, color, and font name adjustments.

Instructions

Format text within a specific table cell.

Input Schema

NameRequiredDescriptionDefault
boldNo
col_indexYes
colorNo
filenameYes
font_nameNo
font_sizeNo
italicNo
row_indexYes
table_indexYes
text_contentNo
underlineNo

Input Schema (JSON Schema)

{ "properties": { "bold": { "default": null, "title": "Bold", "type": "boolean" }, "col_index": { "title": "Col Index", "type": "integer" }, "color": { "default": null, "title": "Color", "type": "string" }, "filename": { "title": "Filename", "type": "string" }, "font_name": { "default": null, "title": "Font Name", "type": "string" }, "font_size": { "default": null, "title": "Font Size", "type": "integer" }, "italic": { "default": null, "title": "Italic", "type": "boolean" }, "row_index": { "title": "Row Index", "type": "integer" }, "table_index": { "title": "Table Index", "type": "integer" }, "text_content": { "default": null, "title": "Text Content", "type": "string" }, "underline": { "default": null, "title": "Underline", "type": "boolean" } }, "required": [ "filename", "table_index", "row_index", "col_index" ], "type": "object" }

Other Tools from Office Word MCP Server

Related Tools

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