Provides filesystem operations within allowed directories.
Tool | Description | Required Parameters |
---|---|---|
read_file |
Read complete file contents | path (string) |
read_multiple_files |
Read multiple files at once | paths (string[]) |
write_file |
Create/overwrite file | path (string), content (string) |