Skip to main content
Glama

GonMCPtool

localizationAdd

Add new translation entries to localization projects. Specify file paths and provide translations for multiple languages (en, zh-TW, zh-CN) to enhance multilingual support.

Instructions

新增一個完整的翻譯項目

Input Schema

NameRequiredDescriptionDefault
entryYes
filePathYes

Input Schema (JSON Schema)

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