Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List blocked device audit

dcm_block_device_audit_list
Read-only

Discover blocked device audit records, including device details, user, and timestamps, with filters for time, computer, group, and device type to analyze device control.

Instructions

Retrieves all devices that were blocked across the network (Device Control Management): device type, vendor/product, serial number, user, computer, and insert/remove times. Supports filters for time period, computer, group, device type, OS platform, and domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gidNoFilter to a custom group of computers by its group ID (from the custom group list API).
rawNoReturn full, unprojected records instead of the curated default field set.
pageNoPage number to retrieve. Default is 1.
dipIdNoFilter by device instance path.
domainNoFilter by NetBIOS domain name.
periodNoFilter by time range: 0 this week, 1 this month, 2 this year, 3 last week, 4 last month, 5 last 2 months, 6 last 3 months, 7 last 6 months, 8 last 9 months, 9 last year.
computerNoFilter to a specific computer by its resource_id (from som_computers_list).
pageLimitNoMax records per page (server cap is 1000). Defaults to the server's configured default page size.
deviceTypeNoFilter by device type: 2 biometric, 3 Bluetooth, 4 CD-ROM, 5 disk drive, 9 floppy disk, 19 image, 20 infrared, 21 keyboard, 24 modem, 26 mouse, 37 printer, 42 smart card reader, 46 tape drive, 49 WPD, 100 WPD Apple devices, 102 serial ports (COM), 103 parallel ports (LPT), 104 wireless adapters.
osPlatformNoFilter by OS platform: 1 Windows, 2 Mac.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds useful context about the returned fields and filters, but does not disclose additional behaviors such as pagination limits, rate limits, or response structure. This is consistent with the annotations.

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?

Two sentences: the first describes the tool's purpose and output fields, the second lists filters. Every word contributes value; no redundancy or filler. Perfectly front-loaded and concise.

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?

With 10 parameters, no required fields, and no output schema, the description provides a solid overview of the return fields and filter capabilities. It does not explicitly mention pagination or the 'raw' option, but those are documented in the schema, so the description is sufficiently complete for a read-only list tool.

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?

The input schema covers 100% of parameters with detailed descriptions, so the baseline is 3. The description repeats the filter names (time period, computer, group, device type, OS platform, domain) but adds no additional meaning or constraints beyond what the schema already provides.

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 it retrieves all devices blocked across the network (Device Control Management), listing the exact fields returned (device type, vendor/product, serial number, user, computer, insert/remove times). This distinguishes it from sibling tools like dcm_device_audit_list, which likely lists all device audits rather than blocked ones.

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 for when to use this tool (when blocked device audit data is needed) and enumerates the supported filters. However, it does not explicitly state alternatives or when not to use it, which would elevate it to a 5.

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