manage_report
Create, read, update, or delete report files in the reports directory. Specify an action and filename to manage report content.
Instructions
Perform CRUD operations on reports.
Args:
action: One of 'create', 'read', 'update', 'delete'.
filename: The name of the file in the reports/ directory.
content: The text content for create/update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| content | No | ||
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |