Skip to main content
Glama
Donovoi

X-Ways MCP

by Donovoi

testenv_build

Set up a disposable fixture environment and execute harness checks for triage and installation validation in X-Ways Forensics.

Instructions

Create a disposable fixture environment and immediately run harness checks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoCASE-001
evidence_osNowindows
rootNotest-envs
cacheNotruncated
forceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full behavioral disclosure burden. It mentions 'immediately run harness checks' but does not describe what happens after checks (e.g., environment teardown, error behavior, side effects). The term 'disposable' is vague.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise (one sentence) but lacks structure and detail. It states the action but omits important context. Conciseness traded off against completeness.

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

Completeness2/5

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

Despite having an output schema and 5 parameters, the description provides no context on return values, parameter meanings, or operational flow. It is insufficient for an agent to use correctly without additional knowledge.

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

Parameters1/5

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

Schema description coverage is 0% and the description adds no information about any of the 5 parameters (name, evidence_os, root, cache, force). The description fails to explain how parameters affect the tool's behavior.

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 creates a disposable fixture environment and runs harness checks. It uses specific verbs and resources, and differentiates from siblings like testenv_create (which likely only creates without running checks) and testenv_run (which may run checks in existing environments).

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?

No guidance is provided on when to use this tool versus alternatives such as testenv_create or testenv_run. The description does not mention prerequisites, when not to use, or context for decision-making.

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/Donovoi/X-Ways-MCP'

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