Skip to main content
Glama
mwnickerson

BloodHound MCP Server

by mwnickerson

get_computer_ps_remote_rights

Identify hosts accessible via PowerShell remoting from a specific computer to detect lateral movement and privilege escalation risks in Active Directory environments.

Instructions

Retrieves a list of hosts that this specific computer has the right to PS remote to
Remote PowerShell rights allow a computer to execute PowerShell commands on a remote computer.
These rights can be abused for lateral movement and privilege escalation within the domain.
Args:
    computer_id: The ID of the computer to query
    limit: Maximum number of remote PowerShell rights to return (default: 100)
    skip: Number of remote PowerShell rights to skip for pagination (default: 0)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
computer_idYes
limitNo
skipNo
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool retrieves a list (implying read-only behavior) and mentions security risks (abuse for lateral movement), which adds useful context. However, it lacks details on permissions required, rate limits, error handling, or response format, leaving behavioral gaps for a tool with security implications.

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 a clear purpose statement, context explanation, and parameter details in a bullet-like format. It is appropriately sized with no wasted sentences, though the security context sentence, while valuable, slightly extends beyond minimal necessity. Overall, it is efficient and front-loaded.

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?

Given no annotations and no output schema, the description provides good parameter semantics and purpose clarity but lacks details on return values (e.g., format of the list), error conditions, or authentication needs. For a security-focused tool with potential operational impact, this leaves gaps in completeness, though it covers basics adequately.

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 description coverage is 0%, so the description must compensate. It explicitly lists and explains all three parameters (computer_id, limit, skip), providing clear semantics beyond the schema's basic types. The explanations include defaults and purposes (e.g., pagination for skip), effectively documenting the parameters, though it could note that computer_id is required.

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 specific action ('Retrieves a list of hosts') and resource ('that this specific computer has the right to PS remote to'), distinguishing it from sibling tools like get_computer_ps_remote_users. It provides context about what PS remote rights are and their security implications, making the purpose unambiguous and well-differentiated.

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 implies usage by mentioning the computer_id parameter and the security context of PS remote rights, but it does not explicitly state when to use this tool versus alternatives like get_computer_ps_remote_users or other rights-related tools. No explicit exclusions or prerequisites are provided, leaving usage context partially inferred.

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/mwnickerson/bloodhound_mcp'

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