Skip to main content
Glama

Edit-MCP

read_file

Read and retrieve the contents of a specified file using a defined encoding. This tool integrates with Edit-MCP, enabling AI systems to perform essential file operations.

Instructions

Read the contents of a file

Input Schema

NameRequiredDescriptionDefault
encodingNoEncoding to use when reading the file (default: utf8)
pathYesPath to the file to read

Input Schema (JSON Schema)

{ "properties": { "encoding": { "description": "Encoding to use when reading the file (default: utf8)", "type": "string" }, "path": { "description": "Path to the file to read", "type": "string" } }, "required": [ "path" ], "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/mixelpixx/microsoft-edit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server