Skip to main content
Glama

filesystem-mcp

by sylphxltd

chown_items

Modify ownership (UID) and group (GID) for multiple files or directories in one operation using this tool on the MCP server 'filesystem-mcp'.

Instructions

Change owner (UID) and group (GID) for multiple specified files/directories.

Input Schema

NameRequiredDescriptionDefault
gidYesGroup ID.
pathsYesAn array of relative paths.
uidYesUser ID.

Input Schema (JSON Schema)

{ "properties": { "gid": { "description": "Group ID.", "type": "number" }, "paths": { "description": "An array of relative paths.", "items": { "type": "string" }, "type": "array" }, "uid": { "description": "User ID.", "type": "number" } }, "required": [ "paths", "uid", "gid" ], "type": "object" }
Install Server

You must to connect to the server.

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