file_operations
Perform file operations in your workspace: read, write, list, and get information about files and directories to manage project content.
Instructions
Read, write, and list files in the current workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The file operation to perform | |
| path | Yes | File or directory path (relative to workspace) | |
| content | No | Content to write (required for write operation) |