filesystem-mcp

by sylphlab
Verified

chmod_items

Modify permissions for multiple files or directories using POSIX-style octal modes. Specify the mode and paths to update access rights efficiently on the filesystem.

Instructions

Change permissions mode for multiple specified files/directories (POSIX-style).

Input Schema

NameRequiredDescriptionDefault
modeYesThe permission mode as an octal string (e.g., '755', '644').
pathsYesAn array of relative paths.

Input Schema (JSON Schema)

{ "properties": { "mode": { "description": "The permission mode as an octal string (e.g., '755', '644').", "type": "string" }, "paths": { "description": "An array of relative paths.", "items": { "type": "string" }, "type": "array" } }, "required": [ "paths", "mode" ], "type": "object" }

You must be authenticated.

Other Tools from filesystem-mcp

Related Tools

ID: ysjzadzog3