write_file
Save or append string or JSON content to a file using specified write mode ('overwrite' or 'append'). Ideal for managing file operations programmatically in the Terminal Controller for MCP environment.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | ||
mode | No | overwrite | |
path | Yes |