Skip to main content
Glama

windbg_registers

Read CPU registers in WinDbg, returning a clean key=value table and raw cdb output for simplified register inspection.

Instructions

Read the CPU registers. Output is parsed into a clean key=value table plus the raw cdb output.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupNoRegister groupdefault
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the return format (key=value table plus raw cdb output), which is useful. However, it does not mention whether the read is side-effect-free, whether it reflects the current thread context, or any limitations/edge cases.

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 two concise sentences with no wasted words. It front-loads the core purpose and then adds a valuable detail about output formatting, earning a top score.

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 with one well-documented parameter. The description covers the return format, which partially compensates for the absence of an output schema. It does not explain how register groups affect output, but the schema covers the group choices. Overall adequate for the tool's complexity.

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?

The schema already documents the 'group' parameter with an enum and default value (100% coverage). The description adds no extra parameter semantics beyond what the schema provides, so the baseline of 3 is appropriate.

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+resource: "Read the CPU registers." This clearly distinguishes it from siblings like windbg_set_register (write operation) and windbg_call_stack (stack trace). The output format is also specified, providing additional clarity.

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?

There is no guidance on when to use this tool versus alternatives. No mention of prerequisites, context requirements (e.g., suspended process), or exclusions such as not using it during live debugging. The usage is implied at best.

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/DdUdle/ctxdebug'

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