Skip to main content
Glama
sandraschi

Windows Operations MCP

windows_accounts

Manage Windows local accounts and groups using net.exe: list, add, remove users; set passwords; manage group memberships. Enables autonomous IAM with agentic telemetry.

Instructions

Perform Windows local account and group management with agentic telemetry.

RATIONALE: Enables autonomous identity and access management (IAM) on local Windows systems. Uses 'net.exe' for industrial reliability and broad OS compatibility.

Args: action: The account operation to perform. user: Target username. password: New password (for add_user or set_password). group: Target local group name. group_action: Action to perform on the group (target user is 'user'). ctx: FastMCP Context for telemetry and sampling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
userNo
passwordNo
groupNo
group_actionNoadd

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions uses 'net.exe' for reliability and telemetry, but does not disclose side effects, permission requirements, or error conditions. For a tool that modifies system accounts, this is insufficient.

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

Conciseness3/5

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

The description is two paragraphs with a RATIONALE section, which adds context but could be more concise. The parameter list is clear but front-loading is moderate; the RATIONALE could be shortened or integrated.

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

Completeness3/5

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

Given 5 parameters, 0% schema coverage, and no annotations, the description partially compensates by listing parameters and their purpose. However, it lacks details on output schema (which exists but is not described) and how actions map to parameters. It is adequate but not comprehensive.

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?

Schema description coverage is 0%, but the description lists each parameter and its role (e.g., 'password: New password (for add_user or set_password)'). However, it does not explain constraints like valid username format or password rules, which the schema lacks. Baseline 3 is appropriate.

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

Purpose4/5

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

The description explicitly states it performs Windows local account and group management, which clearly identifies the tool's purpose. The verb 'perform' and resource 'local account and group management' are specific and differentiate it from sibling tools like windows_permissions or windows_services.

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?

The description includes a RATIONALE explaining why the tool exists (autonomous IAM, uses net.exe), but it does not specify when to use this tool versus its siblings. No guidance on when not to use it or alternatives is provided, leaving the agent to infer.

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