Skip to main content
Glama
sandraschi

Windows Operations MCP

by sandraschi

winops_net_firewall_list

Read-onlyIdempotent

Lists all Windows Firewall rules via netsh, returning raw rule data in JSON for inspection and management.

Instructions

List all Windows Firewall rules via netsh.

Return Format

{"success": bool, "raw_rules": str}

Examples

firewall_list()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The annotations (readOnlyHint=true, idempotentHint=true, destructiveHint=false) already indicate that this is a safe, read-only, and idempotent operation. The description adds minimal behavioral information: it states the return format is a JSON object with 'success' and 'raw_rules', but does not describe potential failures, such as permission issues, or that the output is raw text. Given that annotations cover the safety profile, a 3 is appropriate as the description adds some value but not deep behavioral context.

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 concise with a single sentence, but it includes an excessive return format block and example that are not essential for a tool with no parameters ken. The return format is useful, but the example is trivial and adds little value. The description is front-loaded with the purpose, but the rest is not entirely necessary, resulting in an average conciseness.

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?

The tool is simple with no parametersasi, and the output schema is provided, so the description need not detail return values beyond what it gives. However, the description does not mention what the 'raw_rules' string contains (e.g., output of netsh advfirewall command) or how to parse it. It also does not mention if it supports filtering or if it lists all profiles (public/private/domain). Given the tool's simplicity, the description is minimally adequate but could be more informative about the nature of the output.

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 tool has zero parameters, and the schema covers this fully (schema_description_coverage=100%). Since there are no parameters, there is nothing to document; the baseline is 4 because no parameter semantics are needed. The description correctly includes an example call, but there is no additional parameter meaning to add.

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 clearly states the tool's purpose: 'List all Windows Firewall rules via netsh.' The verb 'List' and resource 'Windows Firewall rules' are specificable, and it is distinct from sibling tools like 'winops_net_firewall_add' and 'delete', which modify rules. However, it does not explicitly note that it only lists (read-only) beyond the annotations, but the purpose is clear.

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 does not provide any guidance on when to use this tool or when to prefer alternatives. It is a simple listing tool, but there is no mention of contexts such as 'use this to inspect firewall rules' or 'use winops_net_firewall_add to modify.' The read-only nature is implied by annotations, but the description itself lacks explicit context or exclusions.

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