Skip to main content
Glama

BloodHound MCP

run_query

Execute Cypher queries on Active Directory environments using BloodHound MCP, returning structured results for efficient analysis and insights.

Instructions

執行Cypher查詢並返回結果

Args: query: Cypher查詢字符串 parameters: 查詢參數字典

Returns: 查詢結果列表

Input Schema

NameRequiredDescriptionDefault
parametersNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "parameters": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Parameters" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "run_queryArguments", "type": "object" }

Other Tools from BloodHound MCP

Related Tools

    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/stevenyu113228/BloodHound-MCP'

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