Create Files
createWrite up to 100 files at specified paths with given content, creating parent directories as needed and overwriting existing files.
Instructions
Create one or more files (max 100), writing or overwriting content and creating parent directories as needed. Pass files: [{ path, content }] — there is no single-path form. Silently overwrites existing files — read first if you need to preserve existing content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | List of files to create (max 100); each entry requires path and content |