| { |
| "name": "mina_whisper", |
| "description": "Silent system sentinel that monitors specified directories without alerting, logs activity quietly", |
| "strict": false, |
| "parameters": { |
| "type": "object", |
| "required": [ |
| "directories", |
| "log_directory" |
| ], |
| "properties": { |
| "directories": { |
| "type": "array", |
| "items": { |
| "type": "string", |
| "description": "Path of the directory to monitor" |
| }, |
| "description": "List of directories to monitor for changes" |
| }, |
| "log_directory": { |
| "type": "string", |
| "description": "Directory where logs will be stored" |
| } |
| }, |
| "additionalProperties": false |
| } |
| } |
|
|