manage_file
Read or write local files within a configurable base directory. Specify the file path and action to perform.
Instructions
Demonstrates reading and writing local files. Operates within a configurable base directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Whether to read or write | |
| content | No | Content to write (required for write action) | |
| filePath | Yes | Relative file path within the working directory |