Upload File
upload_fileUpload a file to the mock file system by specifying its full path and content. Creates or overwrites the file at that location.
Instructions
Creates or overwrites a file in the mock file system. Specify the full path and content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full file path, e.g. '/project/docs/NOTES.md' | |
| content | Yes | File content to write |