file_write
Write text content to a file in the workspace, creating parent directories automatically.
Instructions
Write content to a file in the workspace, creating any intermediate directories if needed.
Access is strictly confined to the workspace root.
Args:
path: Relative path where the file should be written.
content: The text content to write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |