Skip to main content
Glama
sandraschi

Windows Operations MCP

by sandraschi

winops_accounts_manage_group

Add or remove a user from a local Windows group. Specify the group, username, and whether to add or remove.

Instructions

Add or remove a user from a local Windows group.

Return Format

{"success": bool, "group": str, "username": str, "action": str}

Examples

manage_group(group="Administrators", username="jsmith", action="add")
manage_group(group="Administrators", username="jsmith", action="remove")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupYesLocal group name.
actionNoadd or remove.add
usernameYesUser to add or remove.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate this is a mutating (non-readOnly) operation, and the description adds the return format and examples. It does not disclose edge cases like non-existent groups/users or permission requirements, but it provides enough context beyond annotations to be minimally useful.

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 concise with a clear first line stating the purpose, followed by structured sections for return format and examples. Every sentence earns its place with no fluff or repetition.

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 the tool's simplicity, the description covers the essential information: purpose, return format, and two examples. It lacks explicit error handling or prerequisites but is complete enough for a straightforward additive/removal action.

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 100%, so all three parameters are fully documented in the schema. The description adds no additional parameter-level detail beyond what the schema already provides, making the baseline score of 3 appropriate.

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 'Add or remove a user from a local Windows group' with a specific verb and resource. It distinguishes from sibling tools like winops_accounts_add_user (creating a user account) and winops_accounts_remove_user (deleting a user) by focusing on group membership.

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

Usage Guidelines4/5

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

The context is clear—this tool manages group membership rather than user accounts. It does not explicitly mention alternatives or when not to use it, but the purpose is unambiguous and the examples show concrete usage scenarios.

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