write
Save content to a file, creating any missing directories, and track file hash for edit consistency.
Instructions
Write content to file_path, overwriting any existing content.
Parent directories are created if missing. The file's new content
hash is recorded so a follow-up edit will require a fresh read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| filePath | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |