Skip to main content
Glama
x746b

Windows Forensics MCP Server

by x746b

api_lookup

Look up Windows API definitions including signature, parameters, DLL, and category from the API Monitor knowledge base. Supports wildcards for flexible searches.

Instructions

Look up Windows API definition (signature, params, DLL, category) from the API Monitor knowledge base. Supports wildcards (e.g., 'Create*').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_nameYesAPI name or pattern (e.g., 'CreateFileW', 'NtCreate*')
include_paramsNoInclude parameter details in results
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 describes what the tool returns and that it supports wildcards, but does not mention safety, idempotency, rate limits, or other behavioral traits typical for a lookup tool.

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?

Two concise sentences. The first defines action and result, the second adds an important feature (wildcard support). No redundant information.

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

Completeness5/5

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

For a lookup tool with two well-described parameters and no output schema, the description fully explains what the tool returns and its functionality. No gaps given the context.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds value by explaining that the api_name parameter supports wildcards and specifying the returned information categories, which is not in the 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?

The description clearly states the tool looks up Windows API definitions from a knowledge base, listing the returned fields (signature, params, DLL, category). It distinguishes from siblings like api_search_category and api_analyze_imports.

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 mentions wildcard support but does not provide explicit guidance on when to use this tool versus siblings or when not to use it. Usage is implied but not clearly differentiated.

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/x746b/winforensics-mcp'

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