Skip to main content
Glama
Faceless0x7

AdaptixC2 MCP Server

by Faceless0x7

bof_sar

Gain remote situational awareness by scanning ports, collecting scheduled tasks, querying user sessions, and scanning NetBIOS names.

Instructions

SAR-BOF: Situational Awareness Remote — Network discovery and enumeration.

smartscan [-p ports] Smart TCP port scan. Target can be IP, range, CIDR, or comma-separated. Port presets: fast, standart, full, or custom (e.g. 80,443,22-25,3389). Example: smartscan 192.168.1.0/24 -p standart

taskhound [-u username] [-p password] [-save dir] [-unsaved-creds] [-grab-blobs] Collect scheduled tasks from a remote system. Example: taskhound 192.168.1.100 -u domain\admin -p password

quser [host] Query user sessions on a remote machine. Example: quser MainDC

nbtscan [-v] [-q] [-e] [-l] [-s separator] [-t timeout_ms] [-no-targets] NetBIOS name scanner. Auto-populates Targets tab. Example: nbtscan 192.168.1.0/24 -v

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYes
commandYes
argsNo

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 carries full burden. It discloses behaviors for each subcommand, including side effects like 'nbtscan' auto-populating the Targets tab. It does not mention destructive actions, but the tool appears safe. The description could note prerequisites or limitations, but overall it is transparent.

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

Conciseness4/5

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

The description is well-structured with each subcommand on a new line, including a brief description and example. It is front-loaded with the overall purpose. While it is somewhat lengthy, every sentence adds value, and the format is easy to scan.

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 the moderate complexity and the existence of an output schema, the description covers essential usage. It provides enough information to invoke commands correctly. It could mention error handling or privilege requirements, but overall it is complete for an agent to use the tool.

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?

The input schema has 0% coverage, so the description compensates by explaining the 'command' parameter values and the 'args' parameter format with examples. The 'agent_id' parameter is not explained, but its purpose is implied. The description adds significant meaning beyond the schema, though a structured breakdown of arguments could improve clarity.

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's purpose: 'SAR-BOF: Situational Awareness Remote — Network discovery and enumeration.' It then lists specific subcommands (smartscan, taskhound, quser, nbtscan) with their functions, distinguishing it from sibling tools like bof_ad or bof_ldap which focus on specific domains.

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 provides clear context for each subcommand with examples, implying when to use each (e.g., 'smartscan' for port scanning, 'taskhound' for scheduled tasks). However, it does not explicitly state when not to use this tool or suggest alternative siblings, but the examples sufficiently guide usage.

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/Faceless0x7/AdaptixC2-MCP-Server'

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