FileScopeMCP

by admica
Verified

set_file_summary

Set the summary of a specific file

Input Schema

NameRequiredDescriptionDefault
filepathYesThe path to the file to update
summaryYesThe summary text to set

Input Schema (JSON Schema)

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