Skip to main content
Glama
emyk

windows-debug-mcp

by emyk

list_drivers

List installed drivers with versions and dates, newest first. Filter by name, device class, or only unsigned drivers to identify outdated or unsigned drivers that may cause system crashes.

Instructions

Installed drivers with versions and dates, newest first.

Args: name_filter: Substring matched against device name and provider. device_class: Substring matched against the device class, e.g. "Display", "Net", "System". third_party_only: Exclude drivers provided by Microsoft. unsigned_only: Only drivers without a valid signature. max_items: Maximum rows to return.

A driver dated years before the rest, or an unsigned one, next to a recent bug check is worth investigating first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_itemsNo
name_filterNo
device_classNo
unsigned_onlyNo
third_party_onlyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It states it returns drivers sorted newest first and lists filter effects, but does not mention permissions, read-only nature, or behavior when no results. Adequate but lacking detail.

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 concise: a header sentence, a bullet-style parameter list, and a brief usage tip. It is front-loaded and every sentence adds value with no waste.

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?

With an output schema present (not shown), return values are covered. The description covers all 5 parameters and their defaults. Could add a note about typical use cases, but overall complete for a list tool.

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 description coverage is 0%, so the description fully compensates by explaining each parameter: name_filter (substring match on name/provider), device_class (substring on class), third_party_only (exclude Microsoft), unsigned_only (only unsigned), max_items (max rows). This adds substantial meaning.

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 'Installed drivers with versions and dates, newest first,' specifying the resource (drivers), properties (versions, dates), and ordering. This distinguishes it from sibling tools like list_processes or get_system_overview.

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 provides filter options but does not explicitly state when to use this tool versus alternatives. The tip about investigating old or unsigned drivers near bug checks is helpful but not a clear usage guideline.

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