Skip to main content
Glama

GonMCPtool

localizationSearch

Search for specific text within translation items by specifying file path, text, language, and limit. Part of GonMCPtool for managing localization tasks.

Instructions

搜尋包含特定文字的翻譯項目

Input Schema

NameRequiredDescriptionDefault
filePathYes
languageNo
limitNo
searchTextYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "type": "string" }, "language": { "type": "string" }, "limit": { "type": "number" }, "searchText": { "type": "string" } }, "required": [ "filePath", "searchText" ], "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