Skip to main content
Glama

Simple Document Processing MCP Server

text_encoding_converter

Convert text files between encoding formats like UTF-8, Big5, and GBK to ensure compatibility and readability across systems.

Instructions

Convert text between different encodings

Input Schema

NameRequiredDescriptionDefault
fromEncodingYesSource encoding (e.g., 'big5', 'gbk', 'utf8')
inputPathYesPath to the input text file
outputDirYesDirectory where converted file should be saved
toEncodingYesTarget encoding (e.g., 'utf8', 'big5', 'gbk')

Input Schema (JSON Schema)

{ "properties": { "fromEncoding": { "description": "Source encoding (e.g., 'big5', 'gbk', 'utf8')", "type": "string" }, "inputPath": { "description": "Path to the input text file", "type": "string" }, "outputDir": { "description": "Directory where converted file should be saved", "type": "string" }, "toEncoding": { "description": "Target encoding (e.g., 'utf8', 'big5', 'gbk')", "type": "string" } }, "required": [ "inputPath", "outputDir", "fromEncoding", "toEncoding" ], "type": "object" }

You must be authenticated.

Other Tools from Simple Document Processing MCP Server

Related Tools

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/cablate/mcp-doc-forge'

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