Skip to main content
Glama
sandraschi

Windows Operations MCP

windows_permissions

View, grant, revoke, or manage inheritance of Windows file and folder permissions (ACLs) using icacls.exe. Specify target path, user, permission level (F, M, RX, R, W), and enable/disable inheritance as needed.

Instructions

Perform Windows Permission (ACL) operations with comprehensive error handling and agentic telemetry.

RATIONALE: Consolidates ACL viewing, granting, revoking, and inheritance management into a single portmanteau. Uses 'icacls.exe' for industrial reliability on Windows.

Args: action: The permission operation to perform. path: Target file or directory path. user: Target user or group (required for grant/revoke). permission: Permission level (F=Full, M=Modify, RX=Read/Exec, R=Read, W=Write). enable_inheritance: Whether to enable or disable inheritance (for "inheritance"). ctx: FastMCP Context for telemetry and sampling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
pathYes
userNo
permissionNoR
enable_inheritanceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description mentions 'comprehensive error handling and agentic telemetry' and that it uses 'icacls.exe', giving some behavioral context. However, it does not fully describe effects (e.g., destructive changes like revocation, inheritance changes impact on subdirectories). Since no annotations are provided, the description carries the burden but only partially addresses it.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise but uses a docstring-like format with sections (DESCRIPTION, RATIONALE, Args). The first line provides the core purpose. Minor waste: 'industrial reliability' is slightly verbose but acceptable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters (2 required) and no annotations, the description adequately covers the tool's purpose, parameters, and use of icacls. It lacks return value details, but an output schema exists, so that is acceptable. Completeness is high for a non-annotation case.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description defines each parameter meaningfully in the 'Args' section, adding context beyond the schema (e.g., 'Target user or group (required for grant/revoke)'). With 0% schema_description_coverage, the description must compensate, and it does so well by explaining each parameter's purpose and constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description starts with a clear verb phrase 'Perform Windows Permission (ACL) operations' and lists specific sub-operations (viewing, granting, revoking, inheritance management). The rationale explains the consolidation and the use of 'icacls.exe'. This distinguishes it from siblings like 'windows_accounts' (user accounts) or 'windows_services' (services).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a brief rationale for consolidation but does not explicitly state when to use this tool versus alternatives. It implies usage for ACL operations on Windows but lacks 'when to use/when not to use' guidance. No alternative tools are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/sandraschi/windows-operations-mcp'

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