Skip to main content
Glama

Office Word MCP Server

create_custom_style

Define and apply custom text styles in Word documents by specifying font, size, bold, italic, color, and base style preferences for consistent formatting.

Instructions

Create a custom style in the document.

Input Schema

NameRequiredDescriptionDefault
base_styleNo
boldNo
colorNo
filenameYes
font_nameNo
font_sizeNo
italicNo
style_nameYes

Input Schema (JSON Schema)

{ "properties": { "base_style": { "default": null, "title": "Base Style", "type": "string" }, "bold": { "default": null, "title": "Bold", "type": "boolean" }, "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" }, "style_name": { "title": "Style Name", "type": "string" } }, "required": [ "filename", "style_name" ], "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