Skip to main content
Glama

Simple Document Processing MCP Server

docx_to_pdf

Convert DOCX files to PDF format using specified input and output paths. Ideal for document processing needs within the Simple Document Processing MCP Server.

Instructions

Convert DOCX files to PDF format

Input Schema

NameRequiredDescriptionDefault
inputPathYesPath to the input DOCX file
outputPathYesPath where the output PDF file should be saved

Input Schema (JSON Schema)

{ "properties": { "inputPath": { "description": "Path to the input DOCX file", "type": "string" }, "outputPath": { "description": "Path where the output PDF file should be saved", "type": "string" } }, "required": [ "inputPath", "outputPath" ], "type": "object" }

Other Tools from Simple Document Processing 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/cablate/mcp-doc-forge'

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