Skip to main content
Glama
sandraschi

Windows Operations MCP

by sandraschi

winops_acl_inheritance

Idempotent

Enable or disable Access Control List (ACL) inheritance on files or directories to control permission propagation.

Instructions

Enable or disable ACL inheritance on a file or directory.

Return Format

{"success": bool, "path": str, "inheritance_enabled": bool}

Examples

inheritance(path="D:\\secure", enable=False)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesFile or directory path.
enableNoTrue to enable inheritance, False to disable.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already mark the tool as non-read-only, non-destructive, and idempotent. The description adds the return format and an example but does not reveal potential side effects of disabling ACL inheritance, like conversion of inherited ACEs to explicit ones or permission requirements. No contradiction with annotations.

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

Conciseness5/5

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

The description is compact and front-loaded, containing a one-sentence action, a clear JSON return format, and a minimal relevant example. There is no redundant text.

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?

With complete parameter documentation, helpful annotations, and an output schema, the description adequately covers the tool's purpose. It omits edge-case behavior regarding ACL inheritance, but that is not needed for most selection and invocation cases.

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

Parameters3/5

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

The schema already fully documents both parameters with defaults, giving 100% coverage. The example adds a sample call for `enable=False` but does not convey anything new about path semantics or behavior beyond the schema.

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 clearly states the exact action: 'Enable or disable ACL inheritance on a file or directory.' It names the verb and resource, and is distinguishable from ACL siblings like winops_acl_get, winops_acl_grant, and winops_acl_revoke.

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

Usage Guidelines2/5

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

There is no explicit guidance about when to use this tool versus siblings or alternatives. The description only explains the operation and gives an example; no context or exclusions are provided.

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