`read_file(path)`: Read file contents - `write_file(path, content)`: Write or overwrite a file - `edit_file(path, old_text, new_text)`: Make targeted edits to a file - `list_directory(path)`: List files and directories - `search_files(pattern, path)`: Find files matching a glob pattern