Skip to main content
Glama
emyk

windows-debug-mcp

by emyk

list_crash_dumps

List Windows crash dumps sorted by date, including kernel minidumps, full dumps, live kernel reports, and application dumps, to diagnose system or application crashes.

Instructions

List crash dumps on this machine, newest first.

Covers kernel minidumps (C:\Windows\Minidump), the full dump (MEMORY.DMP), live kernel reports — which are written when a driver hangs and recovers without a blue screen — and application dumps under %LOCALAPPDATA%\CrashDumps and Windows Error Reporting.

Pass a path from here to inspect_crash_dump.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so description carries full burden. It details the types of dumps included (kernel minidumps, full dump, live kernel reports, application dumps, Windows Error Reporting), adding behavioral depth. However, it does not mention whether administrative privileges are needed or performance impact.

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?

Description is front-loaded with primary purpose and well-structured across two paragraphs. Each sentence adds value, though the second paragraph could be slightly tighter.

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?

Description covers multiple dump locations and links to inspect_crash_dump. Missing parameter documentation is the main gap; but given output schema existence and simple parameter, it is largely adequate for selecting the tool.

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?

There is one parameter (limit) with schema documentation 0%. The description does not mention the limit parameter or its meaning, failing to add value beyond the bare schema.

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?

Description clearly states 'List crash dumps on this machine, newest first' with specific verb and resource. It enumerates coverage across multiple dump locations and explicitly distinguishes from sibling tool inspect_crash_dump.

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?

Description advises to pass a path from the list to inspect_crash_dump, providing clear usage context. However, it does not explicitly state when to avoid this tool or name alternatives beyond the sibling mentioned.

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