Skip to main content
Glama

enterprise_info

Query read-only BloodHound Enterprise service info: version, API spec, audit logs, config, and feature flags. Get the details you need for system insight.

Instructions

Query read-only BloodHound Enterprise service information.

info_type options:
    version - get API version metadata
    spec - get the OpenAPI specification
    audit - list audit logs
    config - list application configuration parameters
    features - list feature flags

args:
    info_type: what to retrieve (default: version)
    skip: audit pagination offset
    limit: audit pagination limit
    sort_by: optional audit sort field
    status: optional audit status filter

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skipNo
limitNo
statusNo
sort_byNo
info_typeNoversion
Behavior3/5

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

The description discloses the read-only nature upfront and explains behavior for each info_type (e.g., 'get API version metadata', 'list audit logs'). It does not mention authentication requirements, error behavior, or rate limits, which would be valuable given no annotations exist.

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 well-organized with a clear opening line, a list of options, and a list of args. No redundant information; each line adds value.

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?

The description covers the full scope of the tool: multiple info_type variants and all parameters. It does not specify return formats in detail, but since no output schema exists, the description's per-type descriptions (e.g., 'get the OpenAPI specification') provide adequate expectations.

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?

All five parameters are described in the description (e.g., 'skip: audit pagination offset', 'limit: audit pagination limit'), adding meaning beyond the bare schema which has no descriptions. The descriptions are concise but sufficient.

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 'Query read-only BloodHound Enterprise service information' and enumerates distinct info_type sub-operations, distinguishing it from sibling entity-specific info tools.

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 that this tool is for service-level information (version, spec, audit, config, features) and not for entity-specific data. However, it does not explicitly name alternatives or state when not to use it.

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/err0n-0x2A/bhe_mcp'

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