write_file
Create or overwrite a file with specified content, automatically creating parent directories. Works only within allowed directories.
Instructions
Create a new file or completely overwrite an existing file with new content. Use with caution. Creates parent directories if needed. Only works within allowed directories:
/app
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to write | |
| content | Yes | Content to write |