Skip to main content
Glama

filesystem-mcp

by sylphxltd

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sylphxltd/filesystem-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server