create_text_file
Create or overwrite text files with UTF-8 content, returning a success or failure message for each operation.
Instructions
Write a new file or overwrite an existing file. Returns a message indicating success or failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The (utf-8-encoded) content to write to the file. | |
| relative_path | Yes | The relative path to the file to create. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |