Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List drive-level BitLocker reports

bitlocker_reports_list
Read-only

Retrieve BitLocker drive encryption details for managed computers: encryption status, protection status, encryption method, lock state, drive letter, and volume size. Filter by computer ID or domain to audit encryption compliance.

Instructions

Retrieves drive-level BitLocker encryption details across managed computers: encryption status, protection status, encryption method, lock status, drive letter, and drive size per volume. Supports filtering by computer resource_id or domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoReturn the full, unprojected record for each drive instead of the curated default field set.
pageNoPage number to retrieve. Default is 1.
pageLimitNoMax records per page (server cap is 1000). Defaults to the server's configured default page size.
residFilterNoFilter to a specific computer by its resource_id (from som_computers_list).
domainFilterNoFilter by NetBIOS domain name.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds value by enumerating the returned fields, but it does not reveal additional behavioral traits such as pagination behavior, rate limits, or whether results are ordered. With annotations present, this is adequate but not rich.

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 two sentences, entirely focused and front-loaded. The first sentence states exactly what is retrieved, and the second sentence covers filtering. No redundant or filler content.

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 no output schema, the description does a good job of listing the returned fields, which is essential for a report tool. It also mentions filtering options. However, it does not describe the return format (e.g., list, count, pagination) beyond the schema parameters. For a simple list tool with well-documented parameters, this is nearly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Since schema description coverage is 100%, the baseline is 3. The description mentions filtering by resource_id or domain but does not add significant meaning beyond what the schema already provides for each parameter. It does highlight the two filter options, which is a minor enhancement.

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 uses a specific verb ('Retrieves') and identifies a precise resource ('drive-level BitLocker encryption details') with a list of concrete fields. It clearly distinguishes itself from siblings like bitlocker_recovery_key_details and bitlocker_tpm_report by focusing on drive-level encryption status and supporting filtering.

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 gives clear context: it retrieves drive-level BitLocker details across managed computers and supports filtering by resource_id or domain. While it does not explicitly contrast with alternative tools, the field list and scope make its intended use clear. No exclusions are mentioned.

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/hdyrawan/mcp-endpoint-central'

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