write_file
Create or update text files by writing content to specified file paths for file management in development workflows.
Instructions
Writes content to a text file at the specified path
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | The path to the file to write (can be absolute or relative to project root). | |
| content | Yes | The content to write to the file. |