Skip to main content
Glama
hdyrawan

mcp-endpoint-central

by hdyrawan

List file shadow operations

dcm_file_shadow_list
Read-only

Retrieve file shadow operations for files copied to removable devices, with source, path, device, user, and status. Filter by time, computer, domain, or status.

Instructions

Retrieves file shadow (mirror copy) operations performed for files transferred to removable devices: source file, shadow path, device, user, computer, and operation status. Supports filters for time period, computer, group, domain, shadow status, and last-N-days activity.

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.
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 file shadow status: 1 yet to start, 2 excluded, 3 wait, 4 ready, 5 in progress, 6 success, 7 failed, 8 cancelled.
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.
numberOfDaysNoOnly include activity from the last N days.
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 accurately describes a read-only retrieval operation without contradiction. It does not add extra behavioral context like pagination quirks or authorization requirements, but for a simple list tool this is adequate.

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 exactly two sentences: the first states the core purpose and returned fields, the second lists supported filters. It is front-loaded, uses no redundant words, and every phrase adds value without being verbose.

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 no output schema, the description explicitly lists the returned fields (source file, shadow path, device, user, computer, status), which is essential. It also covers all filter dimensions supported by the parameters. It does not detail pagination or default behaviors, but those are documented in the schema, so the description is sufficiently complete for the tool's simplicity.

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 parameters are already documented with detailed descriptions (e.g., period, status, pageLimit). The description's mention of 'filters for time period, computer, group, domain, shadow status, and last-N-days activity' maps directly to schema properties but adds no new meaning beyond grouping them. Baseline 3 is appropriate.

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 the specific verb 'Retrieves' and clearly identifies the resource as 'file shadow (mirror copy) operations' performed for files transferred to removable devices. It enumerates the returned fields and filters, making its purpose unambiguous and distinct from sibling tools like dcm_file_trace_list.

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 clearly establishes the context for use: when you need to list shadow operations for removable-device transfers. It mentions available filters, giving practical guidance on narrowing queries. It does not explicitly contrast with alternatives, but its scope is evident; no exclusions are necessary given the siblings.

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