Skip to main content
Glama

Document Organizer MCP Server

convert_pdf

Convert PDF files to Markdown format for better organization and processing using marker or pymupdf4llm libraries.

Instructions

Convert PDF files to Markdown format using marker (recommended) or pymupdf4llm

Input Schema

NameRequiredDescriptionDefault
output_pathNoOptional path to write markdown output
pdf_pathYesAbsolute path to the PDF file to convert

Input Schema (JSON Schema)

{ "properties": { "output_path": { "description": "Optional path to write markdown output", "type": "string" }, "pdf_path": { "description": "Absolute path to the PDF file to convert", "type": "string" } }, "required": [ "pdf_path" ], "type": "object" }

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/cordlesssteve/document-organizer-mcp'

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