FileScopeMCP

by admica
Verified

read_file_content

Read the content of a specific file

Input Schema

NameRequiredDescriptionDefault
filepathYesThe path to the file to read

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filepath": { "description": "The path to the file to read", "type": "string" } }, "required": [ "filepath" ], "type": "object" }
ID: mcrren8xsa