Skip to main content
Glama
The-bub

bloodhound

by The-bub

domain_controllers

Retrieve domain controllers from BloodHound Active Directory data by querying computers that are members of the Domain Controllers group (SID ending -516).

Instructions

Domain Controllers (members of the -516 group). (requête vérifiée)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNodomain_controllers
cyNoMATCH (c:Computer)-[:MemberOf*1..]->(g:Group) WHERE g.objectid ENDS WITH '-516' RETURN DISTINCT c.name AS name ORDER BY name
Behavior1/5

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

No annotations are provided, so the description carries the full burden. It only says '(requête vérifiée)' which provides no meaningful behavioral information. It does not disclose that the tool executes a Cypher query, whether it is read-only, or what the output format is.

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 extremely short and front-loaded, but it under-specifies the tool's behavior and parameters. It is concise in length but not appropriately sized for the tool's complexity, as it omits critical information.

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

Completeness1/5

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

With no annotations, no output schema, and no parameter guidance, the description is completely inadequate. It only provides a noun phrase and a vague note, leaving the agent without enough context to invoke the tool correctly or interpret results.

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?

The schema has 0% description coverage, and the description does not mention the parameters k and cy at all. The user cannot determine what these parameters control or how to adjust them, making the tool effectively unusable without external knowledge.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (Domain Controllers) and adds the specific scope (members of the -516 group), which distinguishes it from sibling tools. However, it lacks an explicit verb like 'list' or 'get', so the action is implied rather than stated directly.

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?

There is no guidance on when to use this tool vs alternatives such as run_cypher or search_object. The description does not mention any use cases, prerequisites, or exclusions, leaving the agent without decision criteria.

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/The-bub/Agent-BloodHound'

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