GonMCPtool

localizationUpdate

Update existing translation files by modifying specific keys and content, ensuring accurate localization for multiple languages in project workflows.

Instructions

更新現有翻譯項目的內容

Input Schema

NameRequiredDescriptionDefault
filePathYes
keyYes
updateDataYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "type": "string" }, "key": { "type": "string" }, "updateData": { "additionalProperties": true, "properties": { "en": { "type": "string" }, "zh-CN": { "type": "string" }, "zh-TW": { "type": "string" } }, "type": "object" } }, "required": [ "filePath", "key", "updateData" ], "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