Skip to main content
Glama

Simple Document Processing MCP Server

format_convert

Convert documents between Markdown, HTML, XML, and JSON formats using clearly defined source and target formats for efficient document 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" }

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