Skip to main content
Glama

Office Word MCP Server

by franlealp1

format_text

Format text within a specific paragraph range in Word documents. Customize font style, color, size, and formatting (bold, italic, underline) using precise inputs like paragraph index and position.

Instructions

Format a specific range of text within a paragraph.

IMPORTANT: When specifying the color parameter, use a hex code WITHOUT the leading # (e.g., '0070C0', not '#0070C0').

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" }

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