Skip to main content
Glama
emyk

windows-debug-mcp

by emyk

get_installed_software

Retrieve installed applications from registry to identify software involved in crashes, such as overlays, RGB utilities, VPNs, or old antivirus.

Instructions

Installed applications, read from the uninstall registry keys.

Args: name_filter: Substring matched against the name and the publisher. max_items: Maximum rows to return.

Overlay tools, RGB and fan utilities, VPN clients and old antivirus products are the software most likely to be involved in a crash, so it is worth scanning this list when a dump names an unfamiliar module.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_itemsNo
name_filterNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so the description carries the burden. It discloses the source (uninstall registry keys) implying read-only behavior. Lacks details on performance or side effects but is sufficient.

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?

Three short sentences: first states purpose, second lists args, third gives usage context. No wasted words, well-structured, and front-loaded with the core action.

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?

The tool is simple and read-only. The description covers purpose, usage, and parameters. There is an output schema (not shown) which can document return fields, so the description is complete enough. Could mention field format but not necessary.

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

Parameters5/5

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

Schema has 0% description coverage, but the description clearly explains both parameters: name_filter as substring match against name and publisher, max_items as maximum rows. This fully compensates for the schema gap.

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 the tool reads installed applications from uninstall registry keys. This verb+resource specification distinguishes it from sibling tools like list_drivers or get_startup_programs.

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?

Provides specific context: scanning this list is worth when a crash dump names an unfamiliar module. It gives clear when-to-use advice but does not explicitly mention alternatives or when not to use.

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/emyk/windows-mcp'

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