Skip to main content
Glama

winrm_host_get

Retrieve a saved WinRM host by name with the password redacted, allowing secure inspection of host configuration without exposing credentials.

Instructions

Get one saved WinRM host with its password redacted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
scopeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description discloses a significant behavioral trait: the password is redacted in the response. This is useful beyond what annotations provide (there are none). It does not mention any other behavioral aspects like side effects, but since this is a GET operation, it's likely read-only. Without annotations, the description carries the burden, and it at least flags the redaction behavior. It doesn't contradict anything.

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 a single sentence, extremely concise, and effectively front-loaded with the purpose and the key behavioral detail (password redaction). Every word earns its place, no fluff.

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 has an output schema (though not shown in the context) and no nested objects, so complexity is low. The description covers the essential purpose and one key behavior. However, it doesn't mention when to use it vs winrm_host_list, nor the meaning of 'scope'. Given the sibling tools, there might be ambiguity between get and list. For a simple retrieval tool with a required name param, this is mostly complete but lacks usage context that would help an agent decide between list and get.

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%, so the description should compensate. The description mentions the resource type but does not explain the parameters 'name' or 'scope'. The schema provides 'name' as required string and 'scope' as nullable string, but the description doesn't clarify what 'scope' means (e.g., is it a workspace? a namespace?). Since there are only 2 parameters and the description doesn't add semantic meaning beyond the schema, it's a slight gap, but the naming is fairly clear from the schema.

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 action (get one saved host) and the resource (WinRM host), and mentions that the password is redacted, which distinguishes it from a plain 'list' or 'retrieve' operation. It's concise and unambiguous. However, it doesn't explicitly differentiate from winrm_host_list, which lists hosts; but 'one saved host' with 'password redacted' gives enough hint that this retrieves a single specific host with redaction.

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 description hints at usage by stating 'get one saved host', implying that name is required, but it doesn't explicitly say when to use this vs winrm_host_list (e.g., 'use list to enumerate, get for a single host'). It doesn't provide exclusions or alternative scenario. It's implicitly clear but lacks explicit guidance on when not to use or which sibling to choose.

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