write_file
Write content to a specified file path, with options to overwrite existing files and set encoding, using the MCP Python Interpreter for efficient file management.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | ||
encoding | No | utf-8 | |
file_path | Yes | ||
overwrite | No |