manage_file
Read and write files within a configurable base directory to manage local file operations safely.
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 |