huoshui-pdf-translator
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
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pdf_getA | Retrieves detailed information about a PDF file. Args: path: PDF file path (absolute or relative to home directory) Returns: PDF resource with detailed information |
| translate_pdfA | Translates a PDF document using PDFMathTranslate-next. Preserves mathematical formulas and layout. Args: pdf_path: PDF file path (absolute or relative to home directory) output_path: Optional custom output path for the translated PDF Returns: Dictionary with paths to translated files (dual and mono versions) |
| warm_up_translatorA | Warm up the PDF translator by downloading required assets and models. Run this first to avoid timeouts during actual translation. Returns: Dictionary with warmup status information |
| check_translation_toolA | Checks if the PDFMathTranslate-next tool is properly installed and available. Returns: Dictionary with status information about the translation tool |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| role_and_rules | Core identity and operational rules for the PDF translation assistant |
| explain_pdf_paths | Help users understand how to specify PDF file paths correctly |
| explain_translation_options | Explain available translation options and best practices |
| troubleshoot_translation_error | Provide helpful guidance for common translation errors |
| explain_translation_result | Explain translation results clearly and provide next steps |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| translation_capability_list | Provides a complete list of all PDF translation capabilities this server supports. Returns: List of supported translation capabilities |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/huoshuiai42/huoshui-pdf-translator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server