manage_file
Read and write local files within a configurable base directory. Specify relative file path and content for write actions.
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 |