Skip to main content
Glama

Office Word MCP Server

format_text

Apply formatting to a specific text range in a Word document paragraph, including bold, italic, underline, font, color, and size adjustments.

Instructions

Format a specific range of text within a paragraph.

Input Schema

NameRequiredDescriptionDefault
boldNo
colorNo
end_posYes
filenameYes
font_nameNo
font_sizeNo
italicNo
paragraph_indexYes
start_posYes
underlineNo

Input Schema (JSON Schema)

{ "properties": { "bold": { "default": null, "title": "Bold", "type": "boolean" }, "color": { "default": null, "title": "Color", "type": "string" }, "end_pos": { "title": "End Pos", "type": "integer" }, "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" }, "paragraph_index": { "title": "Paragraph Index", "type": "integer" }, "start_pos": { "title": "Start Pos", "type": "integer" }, "underline": { "default": null, "title": "Underline", "type": "boolean" } }, "required": [ "filename", "paragraph_index", "start_pos", "end_pos" ], "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