FileScopeMCP

by admica
Verified

get_file_summary

Get the summary of a specific file

Input Schema

NameRequiredDescriptionDefault
filepathYesThe path to the file to check

Input Schema (JSON Schema)

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