GonMCPtool
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| addC | 簡單的加法計算工具 |
| npmBuildC | 執行npm build命令構建專案 |
| npmInstallC | 執行npm install命令安裝依賴 |
| codeFileReadC | 讀取程式碼檔案並顯示行號,用於確認檔案實際行數以便編輯操作。(如果不影響編譯器的話,不需要針對縮排等小問題修改。提醒User就好了) |
| codeLineInsertA | 每次使用前、使用後必須先使用(codeFileRead)。在程式碼檔案指定行插入內容,原內容將向下移動。(如果不影響編譯器的話,不需要針對縮排等小問題修改。提醒User就好了) |
| codeLineDeleteB | 每次使用前、使用後必須先使用(codeFileRead)。刪除程式碼檔案指定範圍的行。(如果不影響編譯器的話,不需要針對縮排等小問題修改。提醒User就好了) |
| fileWriteC | 檔案寫入功能,為文件提供建立、編輯與寫入功能 |
| fileReadC | 讀取檔案內容,支援純文本和JSON格式 |
| edit_fileC | 對檔案進行精確的編輯,可以替換特定文字內容 |
| insert_to_fileC | 在檔案的特定位置插入新內容 |
| delete_from_fileC | 從檔案中刪除特定內容 |
| localizationGetByKeyC | 根據Key查詢特定翻譯項目 |
| localizationSearchC | 搜尋包含特定文字的翻譯項目 |
| localizationAddC | 新增一個完整的翻譯項目 |
| localizationUpdateC | 更新現有翻譯項目的內容 |
| localizationDeleteC | 刪除指定Key的翻譯項目 |
| localizationExportJsonC | 將特定語言的翻譯導出為JSON格式 |
| localizationFindMissingC | 查找有Key值但缺少特定語言翻譯的項目 |
| localizationFindLongValuesC | 查找超過特定字數的翻譯項目 |
| find_filesC | 在允許的目錄中找尋所有符合檔名模式的檔案並標示其檔案路徑 |
| search_codeC | 在允許的目錄中搜尋包含特定文字的程式碼 |
| taskCreateC | 創建新的任務,可以包含多個步驟 |
| taskGetAllC | 獲取所有任務列表 |
| taskGetByIdB | 根據ID獲取特定任務 |
| taskUpdateC | 更新現有任務信息 |
| taskDeleteC | 刪除指定ID的任務 |
| taskStepUpdateC | 更新任務的特定步驟 |
| taskStepAddC | 為任務添加新步驟 |
| taskStepDeleteC | 刪除任務的特定步驟 |
| taskSearchC | 根據條件搜索任務 |
| taskAnalyzeC | 獲取任務狀態分析報告 |
| taskSetAllStepsC | 設定某個任務所有步驟的完成狀態 |
| taskGenerateReportC | 生成任務進度Markdown報告,可選擇日期篩選範圍 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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