File Operations MCP Server

read_file

Extract the contents of a file from a specified path using customizable encoding options. Ideal for accessing and processing file data efficiently.

Instructions

Read the contents of a file

Input Schema

NameRequiredDescriptionDefault
encodingNoFile encoding (default: utf8)utf8
pathYesPath to the file to read

Input Schema (JSON Schema)

{ "properties": { "encoding": { "default": "utf8", "description": "File encoding (default: utf8)", "type": "string" }, "path": { "description": "Path to the file to read", "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from File Operations MCP Server

Related Tools

ID: 7b750si00d