Skip to main content
Glama
badchars

living-off-the-land-lolbins-mcp-server

by badchars

enumerate_host

Parse host enumeration data to identify LOLBins, map attack surface, and highlight top privilege escalation paths for follow-up analysis.

Instructions

Parse host enumeration data (linpeas, winpeas, manual output), match against LOL knowledge base, and create an environment session for follow-up analysis. Returns matched binaries, attack surface summary, and top quick-win escalation paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformYesTarget platform, or 'auto' to detect from enumeration data
session_nameNoOptional human-readable session name for later reference
enumeration_dataYesRaw enumeration output (linpeas, winpeas, manual commands) as text or structured object
Behavior4/5

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

With no annotations, the description provides key behavioral traits: it parses data, matches against a knowledge base, creates a session, and returns a summary. It does not mention any destructive actions or side effects beyond session creation, which is disclosed.

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-loading the core purpose and listing outputs. Every word adds value, with no redundancy or filler.

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?

Given no output schema, the description adequately explains the return value (matched binaries, attack surface, quick-win paths). It could elaborate on session persistence or limitations, but covers key aspects.

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?

Schema coverage is 100%, so the description adds no additional meaning beyond what the input schema already provides for each parameter. The description mentions 'enumeration_data' only implicitly, not adding format or syntax details.

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 uses specific verbs (parse, match, create) and identifies the resource (host enumeration data). It distinguishes from siblings like 'analyze_environment' or 'analyze_binary' by focusing on the initial parse and session creation step.

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 clearly indicates when to use: when you have host enumeration output (linpeas, winpeas, manual). It implies this is the entry point for host analysis, but does not explicitly state when not to use or mention alternatives like 'analyze_environment' for follow-up.

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/badchars/living-off-the-land-lolbins-mcp-server'

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