{ "tools": [ { "name": "convert-contents", "description": "Converts content between different formats. Transforms input content from any supported format into the specified output format. Supported output formats include HTML, Markdown, and PDF. Use this tool to seamlessly convert between different document and content representations while preserving formatting and structure.", "input_schema": { "type": "object", "properties": { "contents": { "type": "string" }, "output_format": { "type": "string" } }, "required": [ "contents", "output_format" ] } } ], "resources": [], "prompts": [], "server_info": { "name": "mcp-pandoc", "description": "", "repo_url": "https://github.com/vivekVells/mcp-pandoc", "server_type": "Community Servers", "server_category": [ "Productivity" ], "server_version": "0.1.0" } }