file_swarm
Execute parallel file operations like read, write, append, exists, and delete to manage multiple files simultaneously within the Agent Farm MCP server.
Instructions
Execute parallel file operations.
operations: JSON array of {action, path, content?}
Actions: read, write, append, exists, delete
Example: [{"action": "write", "path": "/tmp/test.txt", "content": "hello"}]
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes |