huoshui-pdf-converter
OfficialServer 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 |
|---|---|
| pdf_to_markdownC | Convert PDF file to Markdown format. |
| markdown_to_pdfB | Convert Markdown file to PDF format. |
| list_supported_formatsA | List supported file formats and conversion options. |
| validate_fileC | Validate file format and convertibility. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| convert_pdf_to_markdown | Complete workflow guide for converting PDF to Markdown. |
| convert_markdown_to_pdf | Complete workflow guide for converting Markdown to PDF. |
| batch_convert | Batch file conversion guide. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: conversion in each direction, format listing, and validation. There is no overlap between converting and validating; even the two conversion tools are exact opposites.
Tool names are consistent in style, with conversion tools following a 'format_to_format' pattern and utility tools using verb_noun. While not uniform across all four, the patterns are predictable and unambiguous.
Four tools is appropriate for a focused PDF/Markdown converter: the core operations (two conversions) plus essential support (listing formats and validation). No tool is redundant.
The tool set fully covers the conversion lifecycle: users can discover supported formats, validate inputs, and convert in either direction. There are no obvious missing operations within the scope.