Huoshui File Converter
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HUOSHUI_WORKING_DIR | No | Working directory for file operations (default: current directory or HUOSHUI_WORKING_DIR env var) |
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 |
|---|---|
| file_getB | Retrieves detailed information about a single file. Args: path: File path (absolute or relative to home directory) Returns: File resource with detailed information |
| convert_documentA | Converts a specified file to a different format. The new file is saved in the same directory as the original. Args: file_path: File path (absolute or relative to home directory) to_format: The target format to convert the file into Returns: Dictionary with new_file_path key containing the absolute path of converted file |
| detect_formatA | Intelligently detects a file's true format by inspecting its contents, which is more reliable than trusting a file extension. Args: file_path: File path (absolute or relative to home directory) Returns: Dictionary with format key containing the detected file format |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| role_and_rules | Core identity and operational rules for the AI assistant |
| explain_file_paths | Help users understand how to specify file paths correctly |
| suggest_conversion_format | Suggest the best target format based on source format and intended use |
| troubleshoot_error | Provide helpful guidance for common conversion errors |
| explain_conversion_result | Explain conversion results clearly and provide next steps |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| conversion_capability_list | Provides a complete list of all file format conversions this server supports. Returns: List of supported conversion 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-file-converter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server