Skip to main content
Glama

mem_imageinfo

Detect the correct Volatility 2 profile for older or 32-bit memory images when Volatility 3 fails to auto-resolve. Returns suggested profile for Volatility 2 analysis.

Instructions

Detect the Volatility 2 profile for a memory image (KDBG scan). Use this when the Volatility 3 tools fail to auto-resolve a profile (older or 32-bit images). Returns the suggested profile to pass to mem_vol2.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYes

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 the description fully bears the burden. It describes the operation as a KDBG scan that returns a profile, which implies a read-only, non-destructive action. While it does not detail potential errors or side effects, the simplicity of the tool and the context make this 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?

The description is two sentences, front-loaded with the purpose and usage guidance. Every sentence adds value with no wasted words.

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

Completeness3/5

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

The tool is simple (one param, one output) and the description covers purpose and usage. However, the parameter documentation gap and lack of detail on the return value (though output schema exists) leave some incompleteness. The sibling context helps differentiate it.

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?

Schema description coverage is 0%, so the description must explain the 'image' parameter. However, it only says 'memory image' without specifying what format or path is expected (e.g., file path, URL, identifier). This is insufficient for correct invocation.

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 detects a Volatility 2 profile for a memory image via KDBG scan. It specifies the verb 'Detect' and the resource 'profile for a memory image', and distinguishes itself from siblings by noting it's used when Volatility 3 tools fail (older or 32-bit images). Also links to mem_vol2 as the consumer.

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?

The description explicitly says when to use this tool: when Volatility 3 fails to auto-resolve a profile, especially for older or 32-bit images. This provides clear context, though it doesn't explicitly state when not to use it or list alternatives beyond Volatility 3.

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/tejcodes-rex/verdict'

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