Skip to main content
Glama

doc-tools-mcp

set_page_margins

Adjust page margins in Word documents by specifying top, right, bottom, and left values. Ensures precise formatting for better document structure and readability.

Input Schema

NameRequiredDescriptionDefault
bottomNo
filePathYes
leftNo
rightNo
topNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bottom": { "type": "number" }, "filePath": { "type": "string" }, "left": { "type": "number" }, "right": { "type": "number" }, "top": { "type": "number" } }, "required": [ "filePath" ], "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/puchunjie/doc-tools-mcp'

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