fileSystem_tool
Manage cross-platform file systems by performing operations like read, write, copy, move, delete, chmod, and chown. Automate file permissions, recursive actions, and platform-specific behaviors for efficient file handling.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fileMode | No | File mode (permissions) in octal format (e.g., 755) | |
gid | No | Group ID for chown operation | |
operation | Yes | File system operation (read, write, copy, etc.) | |
overwrite | No | Overwrite existing files during copy/move | |
platformOverride | No | Override platform for OS behavior simulation | auto |
recursive | No | Recursively apply operation to directories | |
showHidden | No | Include hidden files/directories in list/listDetails | |
sourcePath | Yes | Absolute path to source | |
targetPath | No | Absolute path to target (required for copy/move) | |
uid | No | User ID for chown operation |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from ToolBox MCP Server
Related Tools
- @wonderwhy-er/DesktopCommanderMCP
- @ezyang/codemcp
- @abhishekbhakat/mcp_server_code_assist
- @sylphlab/filesystem-mcp
- @alioshr/memory-bank-mcp