Simple Document Processing MCP Server

by cablate
Verified

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

ID: pb9df6lnel