Skip to main content
Glama

winrm_test

Tests a WinRM connection by executing a harmless PowerShell marker command to verify connectivity.

Instructions

Test a WinRM connection with a harmless PowerShell marker command.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNo
connectionNo
saved_hostNo
inventory_scopeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It discloses that the tool runs a 'harmless PowerShell marker command', which suggests non-destructive intent, but it does not explain side effects, output, failure behavior, or network/auth implications beyond that vague qualifier.

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 a single front-loaded sentence with no filler. It efficiently states the purpose, though the phrase 'harmless PowerShell marker command' is somewhat vague and could be replaced with more actionable detail without sacrificing 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 and an output schema exists, so return values need not be explained. However, with four optional parameters and zero guidance on how to specify the target connection, the description is not fully complete for correct invocation in every reasonable case.

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

Parameters1/5

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

Schema description coverage is 0%, and the description adds no information about any of the four parameters (timeout, connection, saved_host, inventory_scope). The agent must infer parameter meaning entirely from parameter names and types, which is a significant gap.

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 uses a clear verb ('Test'), a specific resource ('WinRM connection'), and a distinct method ('harmless PowerShell marker command'). It distinguishes the tool from the execution siblings by implying a safe probe rather than an arbitrary command execution, though it does not explicitly contrast with inventory status tools.

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 intended use is implied: use this tool to verify a WinRM connection before other operations. However, there is no explicit guidance about when to prefer this over winrm_inventory_status or winrm_execute_powershell, nor any when-not-to-use guidance.

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/bigbatmanorg/winrm-mcp'

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