mcp-md-pdf
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_markdownB | Convert markdown to Word/PDF with optional .dotx template. This tool converts markdown files to professional documents using python-docx. You can optionally provide a .dotx template file for consistent styling. |
| convert_markdown_batchA | Batch convert multiple markdown files to Word/PDF. Converts a list of markdown files using the same template and format settings. Output files are named after input files and placed in the specified directory. |
| list_supported_formatsA | List all supported input/output formats and features. Returns: Information about supported formats and features |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
The three tools have clearly distinct purposes: single-file conversion, batch conversion, and format listing. No overlap or ambiguity exists between them.
All tool names follow a consistent verb_noun pattern using snake_case: convert_markdown, convert_markdown_batch, list_supported_formats. The batch suffix and list verb are logical extensions.
Three tools is well-scoped for a focused Markdown-to-Word/PDF converter. Each tool serves a distinct, necessary function without bloat or redundancy.
The tool surface fully covers the conversion workflow: single conversion, batch conversion, and discovering supported formats. No obvious gaps exist for the stated purpose.