Skip to main content
Glama

winrm_host_delete

Remove a stored WinRM host from the managed inventory to stop managing it and free up resources.

Instructions

Delete a saved WinRM host.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
scopeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations available, the description carries the full burden of behavioral disclosure, but it only says 'Delete a saved WinRM host.' It does not state whether the deletion is permanent, whether confirmation or special permissions are required, whether related resources are affected, or what side effects occur.

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, focused sentence with no filler. It front-loads the action and resource, and every word contributes to the core meaning.

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

Completeness2/5

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

The output schema helps with return-value expectations, but the description leaves important invocation context missing: the meaning of 'scope', whether the target must already exist, and the permanent nature of the deletion. Given the tool's destructive nature and undocumented parameters, the description is insufficient for confident tool invocation.

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

Parameters2/5

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

The schema has 0% description coverage, and the description adds little meaning beyond the schema's field names. It implies 'name' identifies the host to delete, but it does not explain how 'scope' influences the operation or what valid values exist, leaving a key parameter semantically unexplained.

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 states a specific verb ('Delete') and a clear resource ('a saved WinRM host'), making the action unmistakable. It distinguishes itself from sibling tools like winrm_host_save, winrm_host_update, and winrm_host_get by naming the delete operation directly.

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?

No guidance is given about when to use this tool versus alternatives such as winrm_host_update or winrm_host_save. There are no prerequisites, conditions, or warnings provided to help an agent decide between deletion and other host-management operations.

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