GonMCPtool

localizationExportJson

Export translations for a specific language into JSON format, enabling easy integration and management of localization data for multilingual applications.

Instructions

將特定語言的翻譯導出為JSON格式

Input Schema

NameRequiredDescriptionDefault
filePathYes
languageYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "type": "string" }, "language": { "type": "string" } }, "required": [ "filePath", "language" ], "type": "object" }

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/GonTwVn/GonMCPtool'

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