Skip to main content
Glama

Simple Document Processing MCP Server

format_convert

Convert document content between Markdown, HTML, XML, and JSON formats with the Simple Document Processing MCP Server. Streamline document transformations for efficient processing.

Instructions

Convert between different document formats (Markdown, HTML, XML, JSON)

Input Schema

NameRequiredDescriptionDefault
fromFormatYesSource format
inputYesInput content to convert
toFormatYesTarget format

Input Schema (JSON Schema)

{ "properties": { "fromFormat": { "description": "Source format", "enum": [ "markdown", "html", "xml", "json" ], "type": "string" }, "input": { "description": "Input content to convert", "type": "string" }, "toFormat": { "description": "Target format", "enum": [ "markdown", "html", "xml", "json" ], "type": "string" } }, "required": [ "input", "fromFormat", "toFormat" ], "type": "object" }

You must be authenticated.

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