Skip to main content
Glama

GonMCPtool

fileRead

Reads file content from specified paths, supporting plain text and JSON formats. Enables users to extract and process data directly from files for various applications.

Instructions

讀取檔案內容,支援純文本和JSON格式

Input Schema

NameRequiredDescriptionDefault
encodingNo
filePathYes
modeNotext

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "encoding": { "type": "string" }, "filePath": { "type": "string" }, "mode": { "default": "text", "enum": [ "text", "json" ], "type": "string" } }, "required": [ "filePath" ], "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