Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List temporarily exempted devices

dcm_device_exemption_list
Read-only

Retrieve devices with temporary exemptions from device control policies, including policy details, target, exemption window, and status. Filter by time period, OS, device type, status, or domain.

Instructions

Retrieves devices granted temporary exemptions from device control policies, with the policy, target computer/user, exemption window, and status. Supports filters for time period, OS platform, device type, exemption status, and domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rawNoReturn full, unprojected records instead of the curated default field set.
pageNoPage number to retrieve. Default is 1.
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.
statusNoFilter by exemption status: 0 yet to apply, 1 awaiting schedule, 2 active, 3 expired.
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.
Behavior4/5

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

Annotations already disclose readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read operation. The description adds value by detailing the content of the response (policy, target computer/user, exemption window, status) and the filtering capabilities, which goes beyond the basic safety profile. No contradiction with 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, front-loaded with the core purpose and return fields. Every word earns its place; no redundant or vague phrasing. Excellent conciseness.

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

Completeness5/5

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

For a list tool with 8 optional parameters, full schema descriptions, and read-only annotations, the description is complete: it states what is retrieved, the key result fields, and the available filters. Even without an output schema, the return field list gives a clear expectation of the response shape.

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?

Schema description coverage is 100%, so all 8 parameters are already fully documented with descriptions and enums. The description's mention of filters (time period, OS platform, device type, exemption status, domain) restates the schema's parameter names without adding new semantics. Baseline 3 is appropriate when the schema does the heavy lifting.

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 clearly identifies the resource ('devices granted temporary exemptions from device control policies'). It also lists the key fields returned (policy, target computer/user, exemption window, status), which distinguishes it from sibling tools like dcm_device_type_exemption_list that focus on device types rather than individual devices.

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 specifies the available filters (time period, OS platform, device type, exemption status, domain), implicitly telling the agent when to use this tool: when listing temporarily exempted devices with those filtering needs. It does not explicitly name alternatives or exclusions, but the context is clear enough given the sibling tool names.

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